Html Css Color HEX #F5E504 Golden Yellow

📋 copy color: '#F5E504'

red 245 ◦ green 229 ◦ blue 4

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

Shades of Golden Yellow #F5E504

Tints of Golden Yellow #F5E504

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.91%

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

R = 51.26%
G = 47.91%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F5E504 (or 0xF5E504) is known color: Golden Yellow. HEX triplet: F5, E5 and 04. RGB value is (245,229,4). Sum of RGB (Red+Green+Blue) = 245+229+4=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 4 (1.95% from 255 or 0.84% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E504 is #0A1AFB. Grayscale: #D1D1D1. Windows color (decimal): -662268 or 321013. OLE color: 321013.

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

Color convert

RGB 245 229 4 -
CMYK 0 0.07 0.98 0.04
HSL 56.02º 0.97% 0.49% -
HSV(B) 56.02º 0.98% 0.96% -
XYZ 65.7 75.46 11.22 -
YUV 208.13 12.8 154.3 -
System Red Green Blue C M Y K H S L
Decimal 245 229 4 0 0.07 0.98 0.04 56.02 0.97 0.49
Hex F5 E5 4 0 7 62 4 38 61 31
Octal 365 345 4 0 7 142 4 70 141 61
Binary 11110101 11100101 100 0 111 1100010 100 111000 1100001 110001

Color Harmonies of #F5E504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E504

Black with #F5E504

Text Example


Text Example

White with #F5E504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E504; }

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

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

background-color css

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

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

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

border-color css

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

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

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