Html Css Color HEX #FFF070 Witch Haze

📋 copy color: '#FFF070'

red 255 ◦ green 240 ◦ blue 112

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

Shades of Witch Haze #FFF070

Tints of Witch Haze #FFF070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.45%

R = 42.01%
G = 39.54%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFF070 (or 0xFFF070) is known color: Witch Haze. HEX triplet: FF, F0 and 70. RGB value is (255,240,112). Sum of RGB (Red+Green+Blue) = 255+240+112=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 112 (44.14% from 255 or 18.45% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF070 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF070 is #000F8F. Grayscale: #E6E6E6. Windows color (decimal): -3984 or 7401727. OLE color: 7401727.

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

Color convert

RGB 255 240 112 -
CMYK 0 0.06 0.56 0
HSL 53.71º 1% 0.72% -
HSV(B) 53.71º 0.56% 1% -
XYZ 75.32 84.75 27.72 -
YUV 229.89 61.47 145.91 -
System Red Green Blue C M Y K H S L
Decimal 255 240 112 0 0.06 0.56 0 53.71 1 0.72
Hex FF F0 70 0 6 38 0 36 64 48
Octal 377 360 160 0 6 70 0 66 144 110
Binary 11111111 11110000 1110000 0 110 111000 0 110110 1100100 1001000

Color Harmonies of #FFF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF070

Black with #FFF070

Text Example


Text Example

White with #FFF070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF070; }

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

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

background-color css

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

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

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

border-color css

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

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

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