Html Css Color HEX #FCEA6B Witch Haze

📋 copy color: '#FCEA6B'

red 252 ◦ green 234 ◦ blue 107

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

Shades of Witch Haze #FCEA6B

Tints of Witch Haze #FCEA6B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.46%

 BLUE value IS 107 (42.19% from 255) = 18.04%

R = 42.5%
G = 39.46%
B = 18.04%

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

#FCEA6B (or 0xFCEA6B) is known color: Witch Haze. HEX triplet: FC, EA and 6B. RGB value is (252,234,107). Sum of RGB (Red+Green+Blue) = 252+234+107=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 107 (42.19% from 255 or 18.04% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA6B is #031594. Grayscale: #E1E1E1. Windows color (decimal): -202133 or 7072508. OLE color: 7072508.

HSL color Cylindrical-coordinate representation of color #FCEA6B: hue angle of 52.55º 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 #FCEA6B is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 234 107 -
CMYK 0 0.07 0.58 0.01
HSL 52.55º 0.96% 0.7% -
HSV(B) 52.55º 0.58% 0.99% -
XYZ 72.22 80.6 25.66 -
YUV 224.9 61.46 147.33 -
System Red Green Blue C M Y K H S L
Decimal 252 234 107 0 0.07 0.58 0.01 52.55 0.96 0.7
Hex FC EA 6B 0 7 3A 1 35 60 46
Octal 374 352 153 0 7 72 1 65 140 106
Binary 11111100 11101010 1101011 0 111 111010 1 110101 1100000 1000110

Color Harmonies of #FCEA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA6B

Black with #FCEA6B

Text Example


Text Example

White with #FCEA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA6B; }

 p { color: rgb(252,234,107); }

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

background-color css

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

 a { background-color: rgb(252,234,107); }

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

border-color css

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

 span { border-color: rgb(252,234,107); }

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