#F6D53A

Color #F6D53A Sunglow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglow #F6D53A

Tints of Sunglow #F6D53A

Color information

#F6D53A (or 0xF6D53A) is unknown color: approx Sunglow. HEX triplet: F6, D5 and 3A. RGB value is (246,213,58). Sum of RGB (Red+Green+Blue) = 246+213+58=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 58 (23.05% from 255 or 11.22% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D53A is #092AC5. Grayscale: #CDCDCD. Windows color (decimal): -600774 or 3855862. OLE color: 3855862.

HSL color Cylindrical-coordinate representation of color #F6D53A: hue angle of 49.47º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6D53A is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB24621358-
CMYK00.130.760.04
HSL49.47º91.26%59.61%-
HSV(B)49.47º76.42%96.47%-
XYZ62.5667.4913.73-
YUV205.244.93157.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 47.58%
GREEN value IS 213 (83.59% from 255) = 41.20%
BLUE value IS 58 (23.05% from 255) = 11.22%
R=47.58%
G=41.20%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462135800.130.760.0449.4791.2659.61
HexF6D53A0D4C4315b3c
Octal3663257201511446113374
Binary11110110110101011110100110110011001001100011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D53A; }

 p { color: rgb(246,213,58); }

 H1.HeaderClassName
 {
   color: #F6D53A;
 }
 .AnyTagClassName
 {
   color: #F6D53A;
 }
</style>
background-color css

<style>
 a { background-color: #F6D53A; }

 a { background-color: rgb(246,213,58); }

 div.DivClassName
 {
   background-color: #F6D53A;
 }
 .BgClassName
 {
   background-color: #F6D53A;
 }
</style>
border-color css

<style>
 span { border-color: #F6D53A; }

 span { border-color: rgb(246,213,58); }

 td.TdClassName
 {
   border-color: #F6D53A;
 }
 .TagClassName
 {
   border-color: #F6D53A;
 }
</style>