Html Css Color HEX #F8F275 Witch Haze

📋 copy color: '#F8F275'

red 248 ◦ green 242 ◦ blue 117

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

Shades of Witch Haze #F8F275

Tints of Witch Haze #F8F275

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.87%

 BLUE value IS 117 (46.09% from 255) = 19.28%

R = 40.86%
G = 39.87%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F8F275 (or 0xF8F275) is known color: Witch Haze. HEX triplet: F8, F2 and 75. RGB value is (248,242,117). Sum of RGB (Red+Green+Blue) = 248+242+117=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 117 (46.09% from 255 or 19.28% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F275 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F275 is #070D8A. Grayscale: #E6E6E6. Windows color (decimal): -462219 or 7729912. OLE color: 7729912.

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

Color convert

RGB 248 242 117 -
CMYK 0 0.02 0.53 0.03
HSL 57.25º 0.9% 0.72% -
HSV(B) 57.25º 0.53% 0.97% -
XYZ 73.67 84.75 29.3 -
YUV 229.54 64.49 141.16 -
System Red Green Blue C M Y K H S L
Decimal 248 242 117 0 0.02 0.53 0.03 57.25 0.9 0.72
Hex F8 F2 75 0 2 35 3 39 5A 48
Octal 370 362 165 0 2 65 3 71 132 110
Binary 11111000 11110010 1110101 0 10 110101 11 111001 1011010 1001000

Color Harmonies of #F8F275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F275

Black with #F8F275

Text Example


Text Example

White with #F8F275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F275; }

 p { color: rgb(248,242,117); }

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

background-color css

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

 a { background-color: rgb(248,242,117); }

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

border-color css

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

 span { border-color: rgb(248,242,117); }

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