Html Css Color HEX #FCEB6C Witch Haze

📋 copy color: '#FCEB6C'

red 252 ◦ green 235 ◦ blue 108

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

Shades of Witch Haze #FCEB6C

Tints of Witch Haze #FCEB6C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.5%

 BLUE value IS 108 (42.58% from 255) = 18.15%

R = 42.35%
G = 39.5%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCEB6C (or 0xFCEB6C) is known color: Witch Haze. HEX triplet: FC, EB and 6C. RGB value is (252,235,108). Sum of RGB (Red+Green+Blue) = 252+235+108=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 108 (42.58% from 255 or 18.15% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB6C is #031493. Grayscale: #E2E2E2. Windows color (decimal): -201876 or 7138300. OLE color: 7138300.

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

Color convert

RGB 252 235 108 -
CMYK 0 0.07 0.57 0.01
HSL 52.92º 0.96% 0.71% -
HSV(B) 52.92º 0.57% 0.99% -
XYZ 72.56 81.19 26.04 -
YUV 225.61 61.63 146.83 -
System Red Green Blue C M Y K H S L
Decimal 252 235 108 0 0.07 0.57 0.01 52.92 0.96 0.71
Hex FC EB 6C 0 7 39 1 35 60 47
Octal 374 353 154 0 7 71 1 65 140 107
Binary 11111100 11101011 1101100 0 111 111001 1 110101 1100000 1000111

Color Harmonies of #FCEB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB6C

Black with #FCEB6C

Text Example


Text Example

White with #FCEB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB6C; }

 p { color: rgb(252,235,108); }

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

background-color css

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

 a { background-color: rgb(252,235,108); }

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

border-color css

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

 span { border-color: rgb(252,235,108); }

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