Html Css Color HEX #F5E204 Golden Yellow

📋 copy color: '#F5E204'

red 245 ◦ green 226 ◦ blue 4

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

Shades of Golden Yellow #F5E204

Tints of Golden Yellow #F5E204

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.58%

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

R = 51.58%
G = 47.58%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F5E204 (or 0xF5E204) is known color: Golden Yellow. HEX triplet: F5, E2 and 04. RGB value is (245,226,4). Sum of RGB (Red+Green+Blue) = 245+226+4=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 4 (1.95% from 255 or 0.84% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E204 is #0A1DFB. Grayscale: #CFCFCF. Windows color (decimal): -663036 or 320245. OLE color: 320245.

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

Color convert

RGB 245 226 4 -
CMYK 0 0.08 0.98 0.04
HSL 55.27º 0.97% 0.49% -
HSV(B) 55.27º 0.98% 0.96% -
XYZ 64.87 73.81 10.94 -
YUV 206.37 13.79 155.55 -
System Red Green Blue C M Y K H S L
Decimal 245 226 4 0 0.08 0.98 0.04 55.27 0.97 0.49
Hex F5 E2 4 0 8 62 4 37 61 31
Octal 365 342 4 0 10 142 4 67 141 61
Binary 11110101 11100010 100 0 1000 1100010 100 110111 1100001 110001

Color Harmonies of #F5E204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E204

Black with #F5E204

Text Example


Text Example

White with #F5E204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E204; }

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

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

background-color css

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

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

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

border-color css

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

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

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