Html Css Color HEX #F5E403 Golden Yellow

📋 copy color: '#F5E403'

red 245 ◦ green 228 ◦ blue 3

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

Shades of Golden Yellow #F5E403

Tints of Golden Yellow #F5E403

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.9%

 BLUE value IS 3 (1.56% from 255) = 0.63%

R = 51.47%
G = 47.9%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F5E403 (or 0xF5E403) is known color: Golden Yellow. HEX triplet: F5, E4 and 03. RGB value is (245,228,3). Sum of RGB (Red+Green+Blue) = 245+228+3=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 3 (1.56% from 255 or 0.63% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E403 is #0A1BFC. Grayscale: #D0D0D0. Windows color (decimal): -662525 or 255221. OLE color: 255221.

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

Color convert

RGB 245 228 3 -
CMYK 0 0.07 0.99 0.04
HSL 55.79º 0.98% 0.49% -
HSV(B) 55.79º 0.99% 0.96% -
XYZ 65.42 74.91 11.1 -
YUV 207.43 12.63 154.8 -
System Red Green Blue C M Y K H S L
Decimal 245 228 3 0 0.07 0.99 0.04 55.79 0.98 0.49
Hex F5 E4 3 0 7 63 4 38 62 31
Octal 365 344 3 0 7 143 4 70 142 61
Binary 11110101 11100100 11 0 111 1100011 100 111000 1100010 110001

Color Harmonies of #F5E403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E403

Black with #F5E403

Text Example


Text Example

White with #F5E403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E403; }

 p { color: rgb(245,228,3); }

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

background-color css

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

 a { background-color: rgb(245,228,3); }

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

border-color css

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

 span { border-color: rgb(245,228,3); }

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