Html Css Color HEX #FFF972 Witch Haze

📋 copy color: '#FFF972'

red 255 ◦ green 249 ◦ blue 114

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

Shades of Witch Haze #FFF972

Tints of Witch Haze #FFF972

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.29%

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

R = 41.26%
G = 40.29%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFF972 (or 0xFFF972) is known color: Witch Haze. HEX triplet: FF, F9 and 72. RGB value is (255,249,114). Sum of RGB (Red+Green+Blue) = 255+249+114=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 114 (44.92% from 255 or 18.45% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF972 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF972 is #00068D. Grayscale: #EBEBEB. Windows color (decimal): -1678 or 7535103. OLE color: 7535103.

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

Color convert

RGB 255 249 114 -
CMYK 0 0.02 0.55 0
HSL 57.45º 1% 0.72% -
HSV(B) 57.45º 0.55% 1% -
XYZ 78.15 90.23 29.22 -
YUV 235.4 59.49 141.98 -
System Red Green Blue C M Y K H S L
Decimal 255 249 114 0 0.02 0.55 0 57.45 1 0.72
Hex FF F9 72 0 2 37 0 39 64 48
Octal 377 371 162 0 2 67 0 71 144 110
Binary 11111111 11111001 1110010 0 10 110111 0 111001 1100100 1001000

Color Harmonies of #FFF972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF972

Black with #FFF972

Text Example


Text Example

White with #FFF972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF972; }

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

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

background-color css

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

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

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

border-color css

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

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

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