Html Css Color HEX #FFF472 Witch Haze

📋 copy color: '#FFF472'

red 255 ◦ green 244 ◦ blue 114

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

Shades of Witch Haze #FFF472

Tints of Witch Haze #FFF472

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.8%

 BLUE value IS 114 (44.92% from 255) = 18.6%

R = 41.6%
G = 39.8%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFF472 (or 0xFFF472) is known color: Witch Haze. HEX triplet: FF, F4 and 72. RGB value is (255,244,114). Sum of RGB (Red+Green+Blue) = 255+244+114=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 244 (95.70% from 255 or 39.80% from 613); Blue value is 114 (44.92% from 255 or 18.60% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF472 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF472 is #000B8D. Grayscale: #E8E8E8. Windows color (decimal): -2958 or 7533823. OLE color: 7533823.

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

Color convert

RGB 255 244 114 -
CMYK 0 0.04 0.55 0
HSL 55.32º 1% 0.72% -
HSV(B) 55.32º 0.55% 1% -
XYZ 76.63 87.18 28.71 -
YUV 232.47 61.14 144.07 -
System Red Green Blue C M Y K H S L
Decimal 255 244 114 0 0.04 0.55 0 55.32 1 0.72
Hex FF F4 72 0 4 37 0 37 64 48
Octal 377 364 162 0 4 67 0 67 144 110
Binary 11111111 11110100 1110010 0 100 110111 0 110111 1100100 1001000

Color Harmonies of #FFF472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF472

Black with #FFF472

Text Example


Text Example

White with #FFF472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF472; }

 p { color: rgb(255,244,114); }

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

background-color css

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

 a { background-color: rgb(255,244,114); }

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

border-color css

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

 span { border-color: rgb(255,244,114); }

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