Html Css Color HEX #FCF072 Witch Haze

📋 copy color: '#FCF072'

red 252 ◦ green 240 ◦ blue 114

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

Shades of Witch Haze #FCF072

Tints of Witch Haze #FCF072

RGB

 RED value IS 252 (98.83% from 255) = 41.58%

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

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

R = 41.58%
G = 39.6%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCF072 (or 0xFCF072) is known color: Witch Haze. HEX triplet: FC, F0 and 72. RGB value is (252,240,114). Sum of RGB (Red+Green+Blue) = 252+240+114=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 114 (44.92% from 255 or 18.81% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF072 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF072 is #030F8D. Grayscale: #E5E5E5. Windows color (decimal): -200590 or 7532796. OLE color: 7532796.

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

Color convert

RGB 252 240 114 -
CMYK 0 0.05 0.55 0.01
HSL 54.78º 0.96% 0.72% -
HSV(B) 54.78º 0.55% 0.99% -
XYZ 74.34 84.23 28.26 -
YUV 229.22 62.98 144.25 -
System Red Green Blue C M Y K H S L
Decimal 252 240 114 0 0.05 0.55 0.01 54.78 0.96 0.72
Hex FC F0 72 0 5 37 1 37 60 48
Octal 374 360 162 0 5 67 1 67 140 110
Binary 11111100 11110000 1110010 0 101 110111 1 110111 1100000 1001000

Color Harmonies of #FCF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF072

Black with #FCF072

Text Example


Text Example

White with #FCF072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF072; }

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

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

background-color css

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

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

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

border-color css

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

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

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