Html Css Color HEX #F8F07F Witch Haze

📋 copy color: '#F8F07F'

red 248 ◦ green 240 ◦ blue 127

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

Shades of Witch Haze #F8F07F

Tints of Witch Haze #F8F07F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.02%

 BLUE value IS 127 (50% from 255) = 20.65%

R = 40.33%
G = 39.02%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F8F07F (or 0xF8F07F) is known color: Witch Haze. HEX triplet: F8, F0 and 7F. RGB value is (248,240,127). Sum of RGB (Red+Green+Blue) = 248+240+127=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 127 (50% from 255 or 20.65% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F07F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F07F is #070F80. Grayscale: #E5E5E5. Windows color (decimal): -462721 or 8384760. OLE color: 8384760.

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

Color convert

RGB 248 240 127 -
CMYK 0 0.03 0.49 0.03
HSL 56.03º 0.9% 0.74% -
HSV(B) 56.03º 0.49% 0.97% -
XYZ 73.7 83.81 32.37 -
YUV 229.51 70.15 141.19 -
System Red Green Blue C M Y K H S L
Decimal 248 240 127 0 0.03 0.49 0.03 56.03 0.9 0.74
Hex F8 F0 7F 0 3 31 3 38 5A 4A
Octal 370 360 177 0 3 61 3 70 132 112
Binary 11111000 11110000 1111111 0 11 110001 11 111000 1011010 1001010

Color Harmonies of #F8F07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F07F

Black with #F8F07F

Text Example


Text Example

White with #F8F07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F07F; }

 p { color: rgb(248,240,127); }

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

background-color css

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

 a { background-color: rgb(248,240,127); }

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

border-color css

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

 span { border-color: rgb(248,240,127); }

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