#F1DC0A

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

Shades of Golden Yellow #F1DC0A

Tints of Golden Yellow #F1DC0A

Color information

#F1DC0A (or 0xF1DC0A) is unknown color: approx Golden Yellow. HEX triplet: F1, DC and 0A. RGB value is (241,220,10). Sum of RGB (Red+Green+Blue) = 241+220+10=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 10 (4.30% from 255 or 2.12% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DC0A is #0E23F5. Grayscale: #CBCBCB. Windows color (decimal): -926710 or 711921. OLE color: 711921.

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

Color convert

RGB24122010-
CMYK00.090.960.05
HSL54.55º92.03%49.22%-
HSV(B)54.55º95.85%94.51%-
XYZ61.9269.9110.52-
YUV202.3419.46155.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.17%
GREEN value IS 220 (86.33% from 255) = 46.71%
BLUE value IS 10 (4.30% from 255) = 2.12%
R=51.17%
G=46.71%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412201000.090.960.0554.5592.0349.22
HexF1DCA09605375c31
Octal3613341201114056713461
Binary111100011101110010100100111000001011101111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DC0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DC0A; }

 p { color: rgb(241,220,10); }

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

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

 a { background-color: rgb(241,220,10); }

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

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

 span { border-color: rgb(241,220,10); }

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