Html Css Color HEX #FCEF6A Witch Haze

📋 copy color: '#FCEF6A'

red 252 ◦ green 239 ◦ blue 106

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

Shades of Witch Haze #FCEF6A

Tints of Witch Haze #FCEF6A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.03%

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

R = 42.21%
G = 40.03%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCEF6A (or 0xFCEF6A) is known color: Witch Haze. HEX triplet: FC, EF and 6A. RGB value is (252,239,106). Sum of RGB (Red+Green+Blue) = 252+239+106=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 106 (41.80% from 255 or 17.76% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF6A is #031095. Grayscale: #E4E4E4. Windows color (decimal): -200854 or 7008252. OLE color: 7008252.

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

Color convert

RGB 252 239 106 -
CMYK 0 0.05 0.58 0.01
HSL 54.66º 0.96% 0.7% -
HSV(B) 54.66º 0.58% 0.99% -
XYZ 73.61 83.47 25.87 -
YUV 227.73 59.31 145.31 -
System Red Green Blue C M Y K H S L
Decimal 252 239 106 0 0.05 0.58 0.01 54.66 0.96 0.7
Hex FC EF 6A 0 5 3A 1 37 60 46
Octal 374 357 152 0 5 72 1 67 140 106
Binary 11111100 11101111 1101010 0 101 111010 1 110111 1100000 1000110

Color Harmonies of #FCEF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF6A

Black with #FCEF6A

Text Example


Text Example

White with #FCEF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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