Html Css Color HEX #F8E970 Witch Haze

📋 copy color: '#F8E970'

red 248 ◦ green 233 ◦ blue 112

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

Shades of Witch Haze #F8E970

Tints of Witch Haze #F8E970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.29%

 BLUE value IS 112 (44.14% from 255) = 18.89%

R = 41.82%
G = 39.29%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8E970 (or 0xF8E970) is known color: Witch Haze. HEX triplet: F8, E9 and 70. RGB value is (248,233,112). Sum of RGB (Red+Green+Blue) = 248+233+112=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 112 (44.14% from 255 or 18.89% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8E970 is #07168F. Grayscale: #E0E0E0. Windows color (decimal): -464528 or 7399928. OLE color: 7399928.

HSL color Cylindrical-coordinate representation of color #F8E970: hue angle of 53.38º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8E970 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 233 112 -
CMYK 0 0.06 0.55 0.03
HSL 53.38º 0.91% 0.71% -
HSV(B) 53.38º 0.55% 0.97% -
XYZ 70.77 79.4 26.93 -
YUV 223.69 64.97 145.34 -
System Red Green Blue C M Y K H S L
Decimal 248 233 112 0 0.06 0.55 0.03 53.38 0.91 0.71
Hex F8 E9 70 0 6 37 3 35 5B 47
Octal 370 351 160 0 6 67 3 65 133 107
Binary 11111000 11101001 1110000 0 110 110111 11 110101 1011011 1000111

Color Harmonies of #F8E970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E970

Black with #F8E970

Text Example


Text Example

White with #F8E970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E970; }

 p { color: rgb(248,233,112); }

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

background-color css

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

 a { background-color: rgb(248,233,112); }

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

border-color css

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

 span { border-color: rgb(248,233,112); }

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