Html Css Color HEX #FFF672 Witch Haze

📋 copy color: '#FFF672'

red 255 ◦ green 246 ◦ blue 114

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

Shades of Witch Haze #FFF672

Tints of Witch Haze #FFF672

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40%

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

R = 41.46%
G = 40%
B = 18.54%

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

#FFF672 (or 0xFFF672) is known color: Witch Haze. HEX triplet: FF, F6 and 72. RGB value is (255,246,114). Sum of RGB (Red+Green+Blue) = 255+246+114=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 114 (44.92% from 255 or 18.54% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF672 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF672 is #00098D. Grayscale: #EAEAEA. Windows color (decimal): -2446 or 7534335. OLE color: 7534335.

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

Color convert

RGB 255 246 114 -
CMYK 0 0.04 0.55 0
HSL 56.17º 1% 0.72% -
HSV(B) 56.17º 0.55% 1% -
XYZ 77.23 88.39 28.91 -
YUV 233.64 60.48 143.23 -
System Red Green Blue C M Y K H S L
Decimal 255 246 114 0 0.04 0.55 0 56.17 1 0.72
Hex FF F6 72 0 4 37 0 38 64 48
Octal 377 366 162 0 4 67 0 70 144 110
Binary 11111111 11110110 1110010 0 100 110111 0 111000 1100100 1001000

Color Harmonies of #FFF672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF672

Black with #FFF672

Text Example


Text Example

White with #FFF672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF672; }

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

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

background-color css

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

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

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

border-color css

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

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

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