Html Css Color HEX #F5DB05 Golden Yellow

📋 copy color: '#F5DB05'

red 245 ◦ green 219 ◦ blue 5

#F5DB05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Yellow #F5DB05

Tints of Golden Yellow #F5DB05

RGB

 RED value IS 245 (96.09% from 255) = 52.24%

 GREEN value IS 219 (85.94% from 255) = 46.7%

 BLUE value IS 5 (2.34% from 255) = 1.07%

R = 52.24%
G = 46.7%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F5DB05 (or 0xF5DB05) is known color: Golden Yellow. HEX triplet: F5, DB and 05. RGB value is (245,219,5). Sum of RGB (Red+Green+Blue) = 245+219+5=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 5 (2.34% from 255 or 1.07% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DB05 is #0A24FA. Grayscale: #CBCBCB. Windows color (decimal): -664827 or 383989. OLE color: 383989.

HSL color Cylindrical-coordinate representation of color #F5DB05: hue angle of 53.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5DB05 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 219 5 -
CMYK 0 0.11 0.98 0.04
HSL 53.5º 0.96% 0.49% -
HSV(B) 53.5º 0.98% 0.96% -
XYZ 63.02 70.09 10.35 -
YUV 202.38 16.61 158.4 -
System Red Green Blue C M Y K H S L
Decimal 245 219 5 0 0.11 0.98 0.04 53.5 0.96 0.49
Hex F5 DB 5 0 B 62 4 36 60 31
Octal 365 333 5 0 13 142 4 66 140 61
Binary 11110101 11011011 101 0 1011 1100010 100 110110 1100000 110001

Color Harmonies of #F5DB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DB05

Black with #F5DB05

Text Example


Text Example

White with #F5DB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DB05; }

 p { color: rgb(245,219,5); }

 H1.HeaderClassName
 {
   color: #F5DB05;
 }
 .AnyTagClassName
 {
   color: #F5DB05;
 }
</style>

background-color css

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

 a { background-color: rgb(245,219,5); }

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

border-color css

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

 span { border-color: rgb(245,219,5); }

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