Html Css Color HEX #F8ED7C Witch Haze

📋 copy color: '#F8ED7C'

red 248 ◦ green 237 ◦ blue 124

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

Shades of Witch Haze #F8ED7C

Tints of Witch Haze #F8ED7C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.92%

 BLUE value IS 124 (48.83% from 255) = 20.36%

R = 40.72%
G = 38.92%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.5

 K value IS 0.03

RGB Variations

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

Color information

#F8ED7C (or 0xF8ED7C) is known color: Witch Haze. HEX triplet: F8, ED and 7C. RGB value is (248,237,124). Sum of RGB (Red+Green+Blue) = 248+237+124=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 124 (48.83% from 255 or 20.36% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8ED7C is #071283. Grayscale: #E3E3E3. Windows color (decimal): -463492 or 8187384. OLE color: 8187384.

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

Color convert

RGB 248 237 124 -
CMYK 0 0.04 0.5 0.03
HSL 54.68º 0.9% 0.73% -
HSV(B) 54.68º 0.5% 0.97% -
XYZ 72.63 81.98 31.06 -
YUV 227.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 248 237 124 0 0.04 0.5 0.03 54.68 0.9 0.73
Hex F8 ED 7C 0 4 32 3 37 5A 49
Octal 370 355 174 0 4 62 3 67 132 111
Binary 11111000 11101101 1111100 0 100 110010 11 110111 1011010 1001001

Color Harmonies of #F8ED7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ED7C

Black with #F8ED7C

Text Example


Text Example

White with #F8ED7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ED7C; }

 p { color: rgb(248,237,124); }

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

background-color css

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

 a { background-color: rgb(248,237,124); }

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

border-color css

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

 span { border-color: rgb(248,237,124); }

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