Html Css Color HEX #FCF07B Witch Haze

📋 copy color: '#FCF07B'

red 252 ◦ green 240 ◦ blue 123

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

Shades of Witch Haze #FCF07B

Tints of Witch Haze #FCF07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 20%

R = 40.98%
G = 39.02%
B = 20%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCF07B (or 0xFCF07B) is known color: Witch Haze. HEX triplet: FC, F0 and 7B. RGB value is (252,240,123). Sum of RGB (Red+Green+Blue) = 252+240+123=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 123 (48.44% from 255 or 20% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF07B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF07B is #030F84. Grayscale: #E6E6E6. Windows color (decimal): -200581 or 8122620. OLE color: 8122620.

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

Color convert

RGB 252 240 123 -
CMYK 0 0.05 0.51 0.01
HSL 54.42º 0.96% 0.74% -
HSV(B) 54.42º 0.51% 0.99% -
XYZ 74.88 84.45 31.09 -
YUV 230.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 252 240 123 0 0.05 0.51 0.01 54.42 0.96 0.74
Hex FC F0 7B 0 5 33 1 36 60 4A
Octal 374 360 173 0 5 63 1 66 140 112
Binary 11111100 11110000 1111011 0 101 110011 1 110110 1100000 1001010

Color Harmonies of #FCF07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF07B

Black with #FCF07B

Text Example


Text Example

White with #FCF07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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