Html Css Color HEX #F5DB04 Golden Yellow

📋 copy color: '#F5DB04'

red 245 ◦ green 219 ◦ blue 4

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

Shades of Golden Yellow #F5DB04

Tints of Golden Yellow #F5DB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.85%

R = 52.35%
G = 46.79%
B = 0.85%

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

#F5DB04 (or 0xF5DB04) is known color: Golden Yellow. HEX triplet: F5, DB and 04. RGB value is (245,219,4). Sum of RGB (Red+Green+Blue) = 245+219+4=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 4 (1.95% from 255 or 0.85% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DB04 is #0A24FB. Grayscale: #CBCBCB. Windows color (decimal): -664828 or 318453. OLE color: 318453.

HSL color Cylindrical-coordinate representation of color #F5DB04: hue angle of 53.53º degrees, saturation: 0.97, 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 #F5DB04 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 219 4 -
CMYK 0 0.11 0.98 0.04
HSL 53.53º 0.97% 0.49% -
HSV(B) 53.53º 0.98% 0.96% -
XYZ 63.01 70.08 10.32 -
YUV 202.26 16.11 158.48 -
System Red Green Blue C M Y K H S L
Decimal 245 219 4 0 0.11 0.98 0.04 53.53 0.97 0.49
Hex F5 DB 4 0 B 62 4 36 61 31
Octal 365 333 4 0 13 142 4 66 141 61
Binary 11110101 11011011 100 0 1011 1100010 100 110110 1100001 110001

Color Harmonies of #F5DB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DB04

Black with #F5DB04

Text Example


Text Example

White with #F5DB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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