Html Css Color HEX #FCEB74 Witch Haze

📋 copy color: '#FCEB74'

red 252 ◦ green 235 ◦ blue 116

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

Shades of Witch Haze #FCEB74

Tints of Witch Haze #FCEB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.24%

R = 41.79%
G = 38.97%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCEB74 (or 0xFCEB74) is known color: Witch Haze. HEX triplet: FC, EB and 74. RGB value is (252,235,116). Sum of RGB (Red+Green+Blue) = 252+235+116=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 116 (45.70% from 255 or 19.24% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB74 is #03148B. Grayscale: #E3E3E3. Windows color (decimal): -201868 or 7662588. OLE color: 7662588.

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

Color convert

RGB 252 235 116 -
CMYK 0 0.07 0.54 0.01
HSL 52.5º 0.96% 0.72% -
HSV(B) 52.5º 0.54% 0.99% -
XYZ 73.01 81.37 28.38 -
YUV 226.52 65.63 146.18 -
System Red Green Blue C M Y K H S L
Decimal 252 235 116 0 0.07 0.54 0.01 52.5 0.96 0.72
Hex FC EB 74 0 7 36 1 34 60 48
Octal 374 353 164 0 7 66 1 64 140 110
Binary 11111100 11101011 1110100 0 111 110110 1 110100 1100000 1001000

Color Harmonies of #FCEB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB74

Black with #FCEB74

Text Example


Text Example

White with #FCEB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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