Html Css Color HEX #F5E505 Golden Yellow

📋 copy color: '#F5E505'

red 245 ◦ green 229 ◦ blue 5

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

Shades of Golden Yellow #F5E505

Tints of Golden Yellow #F5E505

RGB

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

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

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

R = 51.15%
G = 47.81%
B = 1.04%

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

#F5E505 (or 0xF5E505) is known color: Golden Yellow. HEX triplet: F5, E5 and 05. RGB value is (245,229,5). Sum of RGB (Red+Green+Blue) = 245+229+5=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 5 (2.34% from 255 or 1.04% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E505 is #0A1AFA. Grayscale: #D1D1D1. Windows color (decimal): -662267 or 386549. OLE color: 386549.

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

Color convert

RGB 245 229 5 -
CMYK 0 0.07 0.98 0.04
HSL 56º 0.96% 0.49% -
HSV(B) 56º 0.98% 0.96% -
XYZ 65.7 75.46 11.25 -
YUV 208.25 13.3 154.21 -
System Red Green Blue C M Y K H S L
Decimal 245 229 5 0 0.07 0.98 0.04 56 0.96 0.49
Hex F5 E5 5 0 7 62 4 38 60 31
Octal 365 345 5 0 7 142 4 70 140 61
Binary 11110101 11100101 101 0 111 1100010 100 111000 1100000 110001

Color Harmonies of #F5E505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E505

Black with #F5E505

Text Example


Text Example

White with #F5E505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E505; }

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

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

background-color css

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

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

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

border-color css

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

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

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