Html Css Color HEX #F8E102 Golden Yellow

📋 copy color: '#F8E102'

red 248 ◦ green 225 ◦ blue 2

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

Shades of Golden Yellow #F8E102

Tints of Golden Yellow #F8E102

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.37%

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

R = 52.21%
G = 47.37%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F8E102 (or 0xF8E102) is known color: Golden Yellow. HEX triplet: F8, E1 and 02. RGB value is (248,225,2). Sum of RGB (Red+Green+Blue) = 248+225+2=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 2 (1.17% from 255 or 0.42% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8E102 is #071EFD. Grayscale: #CFCFCF. Windows color (decimal): -466686 or 188920. OLE color: 188920.

HSL color Cylindrical-coordinate representation of color #F8E102: hue angle of 54.39º 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 #F8E102 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 225 2 -
CMYK 0 0.09 0.99 0.03
HSL 54.39º 0.98% 0.49% -
HSV(B) 54.39º 0.99% 0.97% -
XYZ 65.65 73.81 10.84 -
YUV 206.46 12.62 157.63 -
System Red Green Blue C M Y K H S L
Decimal 248 225 2 0 0.09 0.99 0.03 54.39 0.98 0.49
Hex F8 E1 2 0 9 63 3 36 62 31
Octal 370 341 2 0 11 143 3 66 142 61
Binary 11111000 11100001 10 0 1001 1100011 11 110110 1100010 110001

Color Harmonies of #F8E102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E102

Black with #F8E102

Text Example


Text Example

White with #F8E102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E102; }

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

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

background-color css

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

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

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

border-color css

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

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

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