Html Css Color HEX #F5E007 Golden Yellow

📋 copy color: '#F5E007'

red 245 ◦ green 224 ◦ blue 7

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

Shades of Golden Yellow #F5E007

Tints of Golden Yellow #F5E007

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.06%

 BLUE value IS 7 (3.13% from 255) = 1.47%

R = 51.47%
G = 47.06%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F5E007 (or 0xF5E007) is known color: Golden Yellow. HEX triplet: F5, E0 and 07. RGB value is (245,224,7). Sum of RGB (Red+Green+Blue) = 245+224+7=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 7 (3.12% from 255 or 1.47% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E007 is #0A1FF8. Grayscale: #CECECE. Windows color (decimal): -663545 or 516341. OLE color: 516341.

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

Color convert

RGB 245 224 7 -
CMYK 0 0.09 0.97 0.04
HSL 54.71º 0.94% 0.49% -
HSV(B) 54.71º 0.97% 0.96% -
XYZ 64.35 72.74 10.85 -
YUV 205.54 15.96 156.14 -
System Red Green Blue C M Y K H S L
Decimal 245 224 7 0 0.09 0.97 0.04 54.71 0.94 0.49
Hex F5 E0 7 0 9 61 4 37 5E 31
Octal 365 340 7 0 11 141 4 67 136 61
Binary 11110101 11100000 111 0 1001 1100001 100 110111 1011110 110001

Color Harmonies of #F5E007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E007

Black with #F5E007

Text Example


Text Example

White with #F5E007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E007; }

 p { color: rgb(245,224,7); }

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

background-color css

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

 a { background-color: rgb(245,224,7); }

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

border-color css

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

 span { border-color: rgb(245,224,7); }

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