#F2DC0B

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

Shades of Golden Yellow #F2DC0B

Tints of Golden Yellow #F2DC0B

Color information

#F2DC0B (or 0xF2DC0B) is unknown color: approx Golden Yellow. HEX triplet: F2, DC and 0B. RGB value is (242,220,11). Sum of RGB (Red+Green+Blue) = 242+220+11=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 11 (4.69% from 255 or 2.33% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DC0B is #0D23F4. Grayscale: #CBCBCB. Windows color (decimal): -861173 or 777458. OLE color: 777458.

HSL color Cylindrical-coordinate representation of color #F2DC0B: hue angle of 54.29º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2DC0B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB24222011-
CMYK00.090.950.05
HSL54.29º91.3%49.61%-
HSV(B)54.29º95.45%94.9%-
XYZ62.2770.0910.56-
YUV202.7519.79155.99-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.16%
GREEN value IS 220 (86.33% from 255) = 46.51%
BLUE value IS 11 (4.69% from 255) = 2.33%
R=51.16%
G=46.51%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422201100.090.950.0554.2991.349.61
HexF2DCB095F5365b32
Octal3623341301113756613362
Binary111100101101110010110100110111111011101101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DC0B; }

 p { color: rgb(242,220,11); }

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

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

 a { background-color: rgb(242,220,11); }

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

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

 span { border-color: rgb(242,220,11); }

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