Html Css Color HEX #F8E331 Gorse

📋 copy color: '#F8E331'

red 248 ◦ green 227 ◦ blue 49

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

Shades of Gorse #F8E331

Tints of Gorse #F8E331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.35%

R = 47.33%
G = 43.32%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F8E331 (or 0xF8E331) is known color: Gorse. HEX triplet: F8, E3 and 31. RGB value is (248,227,49). Sum of RGB (Red+Green+Blue) = 248+227+49=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 49 (19.53% from 255 or 9.35% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E331 is #071CCE. Grayscale: #D5D5D5. Windows color (decimal): -466127 or 3269624. OLE color: 3269624.

HSL color Cylindrical-coordinate representation of color #F8E331: hue angle of 53.67º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8E331 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 227 49 -
CMYK 0 0.08 0.80 0.03
HSL 53.67º 0.93% 0.58% -
HSV(B) 53.67º 0.8% 0.97% -
XYZ 66.73 75.12 13.89 -
YUV 212.99 35.46 152.97 -
System Red Green Blue C M Y K H S L
Decimal 248 227 49 0 0.08 0.80 0.03 53.67 0.93 0.58
Hex F8 E3 31 0 8 50 3 36 5D 3A
Octal 370 343 61 0 10 120 3 66 135 72
Binary 11111000 11100011 110001 0 1000 1010000 11 110110 1011101 111010

Color Harmonies of #F8E331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E331

Black with #F8E331

Text Example


Text Example

White with #F8E331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E331; }

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

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

background-color css

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

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

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

border-color css

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

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

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