Html Css Color HEX #FFF072 Witch Haze

📋 copy color: '#FFF072'

red 255 ◦ green 240 ◦ blue 114

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

Shades of Witch Haze #FFF072

Tints of Witch Haze #FFF072

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.41%

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

R = 41.87%
G = 39.41%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFF072 (or 0xFFF072) is known color: Witch Haze. HEX triplet: FF, F0 and 72. RGB value is (255,240,114). Sum of RGB (Red+Green+Blue) = 255+240+114=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 114 (44.92% from 255 or 18.72% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF072 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF072 is #000F8D. Grayscale: #E6E6E6. Windows color (decimal): -3982 or 7532799. OLE color: 7532799.

HSL color Cylindrical-coordinate representation of color #FFF072: hue angle of 53.62º 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 #FFF072 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 240 114 -
CMYK 0 0.06 0.55 0
HSL 53.62º 1% 0.72% -
HSV(B) 53.62º 0.55% 1% -
XYZ 75.44 84.8 28.31 -
YUV 230.12 62.47 145.75 -
System Red Green Blue C M Y K H S L
Decimal 255 240 114 0 0.06 0.55 0 53.62 1 0.72
Hex FF F0 72 0 6 37 0 36 64 48
Octal 377 360 162 0 6 67 0 66 144 110
Binary 11111111 11110000 1110010 0 110 110111 0 110110 1100100 1001000

Color Harmonies of #FFF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF072

Black with #FFF072

Text Example


Text Example

White with #FFF072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF072; }

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

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

background-color css

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

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

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

border-color css

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

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

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