Html Css Color HEX #F8F182 Witch Haze

📋 copy color: '#F8F182'

red 248 ◦ green 241 ◦ blue 130

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

Shades of Witch Haze #F8F182

Tints of Witch Haze #F8F182

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.93%

 BLUE value IS 130 (51.17% from 255) = 21%

R = 40.06%
G = 38.93%
B = 21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F8F182 (or 0xF8F182) is known color: Witch Haze. HEX triplet: F8, F1 and 82. RGB value is (248,241,130). Sum of RGB (Red+Green+Blue) = 248+241+130=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 130 (51.17% from 255 or 21.00% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F182 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F182 is #070E7D. Grayscale: #E6E6E6. Windows color (decimal): -462462 or 8581624. OLE color: 8581624.

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

Color convert

RGB 248 241 130 -
CMYK 0 0.03 0.48 0.03
HSL 56.44º 0.89% 0.74% -
HSV(B) 56.44º 0.48% 0.97% -
XYZ 74.2 84.48 33.51 -
YUV 230.44 71.32 140.53 -
System Red Green Blue C M Y K H S L
Decimal 248 241 130 0 0.03 0.48 0.03 56.44 0.89 0.74
Hex F8 F1 82 0 3 30 3 38 59 4A
Octal 370 361 202 0 3 60 3 70 131 112
Binary 11111000 11110001 10000010 0 11 110000 11 111000 1011001 1001010

Color Harmonies of #F8F182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F182

Black with #F8F182

Text Example


Text Example

White with #F8F182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F182; }

 p { color: rgb(248,241,130); }

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

background-color css

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

 a { background-color: rgb(248,241,130); }

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

border-color css

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

 span { border-color: rgb(248,241,130); }

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