Html Css Color HEX #F8E302 Golden Yellow

📋 copy color: '#F8E302'

red 248 ◦ green 227 ◦ blue 2

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

Shades of Golden Yellow #F8E302

Tints of Golden Yellow #F8E302

RGB

 RED value IS 248 (97.27% from 255) = 51.99%

 GREEN value IS 227 (89.06% from 255) = 47.59%

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 51.99%
G = 47.59%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F8E302 (or 0xF8E302) is known color: Golden Yellow. HEX triplet: F8, E3 and 02. RGB value is (248,227,2). Sum of RGB (Red+Green+Blue) = 248+227+2=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 2 (1.17% from 255 or 0.42% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8E302 is #071CFD. Grayscale: #D0D0D0. Windows color (decimal): -466174 or 189432. OLE color: 189432.

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

Color convert

RGB 248 227 2 -
CMYK 0 0.08 0.99 0.03
HSL 54.88º 0.98% 0.49% -
HSV(B) 54.88º 0.99% 0.97% -
XYZ 66.19 74.9 11.03 -
YUV 207.63 11.96 156.8 -
System Red Green Blue C M Y K H S L
Decimal 248 227 2 0 0.08 0.99 0.03 54.88 0.98 0.49
Hex F8 E3 2 0 8 63 3 37 62 31
Octal 370 343 2 0 10 143 3 67 142 61
Binary 11111000 11100011 10 0 1000 1100011 11 110111 1100010 110001

Color Harmonies of #F8E302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E302

Black with #F8E302

Text Example


Text Example

White with #F8E302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E302; }

 p { color: rgb(248,227,2); }

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

background-color css

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

 a { background-color: rgb(248,227,2); }

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

border-color css

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

 span { border-color: rgb(248,227,2); }

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