Html Css Color HEX #FCEB6A Witch Haze

📋 copy color: '#FCEB6A'

red 252 ◦ green 235 ◦ blue 106

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

Shades of Witch Haze #FCEB6A

Tints of Witch Haze #FCEB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 17.88%

R = 42.5%
G = 39.63%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCEB6A (or 0xFCEB6A) is known color: Witch Haze. HEX triplet: FC, EB and 6A. RGB value is (252,235,106). Sum of RGB (Red+Green+Blue) = 252+235+106=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 106 (41.80% from 255 or 17.88% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB6A is #031495. Grayscale: #E1E1E1. Windows color (decimal): -201878 or 7007228. OLE color: 7007228.

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

Color convert

RGB 252 235 106 -
CMYK 0 0.07 0.58 0.01
HSL 53.01º 0.96% 0.7% -
HSV(B) 53.01º 0.58% 0.99% -
XYZ 72.45 81.15 25.48 -
YUV 225.38 60.63 146.99 -
System Red Green Blue C M Y K H S L
Decimal 252 235 106 0 0.07 0.58 0.01 53.01 0.96 0.7
Hex FC EB 6A 0 7 3A 1 35 60 46
Octal 374 353 152 0 7 72 1 65 140 106
Binary 11111100 11101011 1101010 0 111 111010 1 110101 1100000 1000110

Color Harmonies of #FCEB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB6A

Black with #FCEB6A

Text Example


Text Example

White with #FCEB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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