Html Css Color HEX #FFF276 Witch Haze

📋 copy color: '#FFF276'

red 255 ◦ green 242 ◦ blue 118

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

Shades of Witch Haze #FFF276

Tints of Witch Haze #FFF276

RGB

 RED value IS 255 (100% from 255) = 41.46%

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

 BLUE value IS 118 (46.48% from 255) = 19.19%

R = 41.46%
G = 39.35%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFF276 (or 0xFFF276) is known color: Witch Haze. HEX triplet: FF, F2 and 76. RGB value is (255,242,118). Sum of RGB (Red+Green+Blue) = 255+242+118=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 118 (46.48% from 255 or 19.19% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF276 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF276 is #000D89. Grayscale: #E8E8E8. Windows color (decimal): -3466 or 7795455. OLE color: 7795455.

HSL color Cylindrical-coordinate representation of color #FFF276: hue angle of 54.31º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFF276 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 255 242 118 -
CMYK 0 0.05 0.54 0
HSL 54.31º 1% 0.73% -
HSV(B) 54.31º 0.54% 1% -
XYZ 76.26 86.07 29.73 -
YUV 231.75 63.81 144.58 -
System Red Green Blue C M Y K H S L
Decimal 255 242 118 0 0.05 0.54 0 54.31 1 0.73
Hex FF F2 76 0 5 36 0 36 64 49
Octal 377 362 166 0 5 66 0 66 144 111
Binary 11111111 11110010 1110110 0 101 110110 0 110110 1100100 1001001

Color Harmonies of #FFF276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF276

Black with #FFF276

Text Example


Text Example

White with #FFF276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF276; }

 p { color: rgb(255,242,118); }

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

background-color css

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

 a { background-color: rgb(255,242,118); }

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

border-color css

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

 span { border-color: rgb(255,242,118); }

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