Html Css Color HEX #F8E142 Gorse

📋 copy color: '#F8E142'

red 248 ◦ green 225 ◦ blue 66

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

Shades of Gorse #F8E142

Tints of Gorse #F8E142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.24%

R = 46.01%
G = 41.74%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F8E142 (or 0xF8E142) is known color: Gorse. HEX triplet: F8, E1 and 42. RGB value is (248,225,66). Sum of RGB (Red+Green+Blue) = 248+225+66=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 66 (26.17% from 255 or 12.24% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E142 is #071EBD. Grayscale: #D6D6D6. Windows color (decimal): -466622 or 4383224. OLE color: 4383224.

HSL color Cylindrical-coordinate representation of color #F8E142: hue angle of 52.42º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8E142 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 225 66 -
CMYK 0 0.09 0.73 0.03
HSL 52.42º 0.93% 0.62% -
HSV(B) 52.42º 0.73% 0.97% -
XYZ 66.62 74.2 15.97 -
YUV 213.75 44.62 152.43 -
System Red Green Blue C M Y K H S L
Decimal 248 225 66 0 0.09 0.73 0.03 52.42 0.93 0.62
Hex F8 E1 42 0 9 49 3 34 5D 3E
Octal 370 341 102 0 11 111 3 64 135 76
Binary 11111000 11100001 1000010 0 1001 1001001 11 110100 1011101 111110

Color Harmonies of #F8E142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E142

Black with #F8E142

Text Example


Text Example

White with #F8E142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E142; }

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

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

background-color css

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

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

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

border-color css

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

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

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