#F1DB0A

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

Shades of Golden Yellow #F1DB0A

Tints of Golden Yellow #F1DB0A

Color information

#F1DB0A (or 0xF1DB0A) is unknown color: approx Golden Yellow. HEX triplet: F1, DB and 0A. RGB value is (241,219,10). Sum of RGB (Red+Green+Blue) = 241+219+10=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 10 (4.30% from 255 or 2.13% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DB0A is #0E24F5. Grayscale: #CACACA. Windows color (decimal): -926966 or 711665. OLE color: 711665.

HSL color Cylindrical-coordinate representation of color #F1DB0A: hue angle of 54.29º 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 #F1DB0A is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB24121910-
CMYK00.090.960.05
HSL54.29º92.03%49.22%-
HSV(B)54.29º95.85%94.51%-
XYZ61.6669.3910.43-
YUV201.7519.79155.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.28%
GREEN value IS 219 (85.94% from 255) = 46.60%
BLUE value IS 10 (4.30% from 255) = 2.13%
R=51.28%
G=46.60%
B=2.13%

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
Decimal2412191000.090.960.0554.2992.0349.22
HexF1DBA09605365c31
Octal3613331201114056613461
Binary111100011101101110100100111000001011101101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DB0A; }

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

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

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

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

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

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

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

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