Html Css Color HEX #FCED7B Witch Haze

📋 copy color: '#FCED7B'

red 252 ◦ green 237 ◦ blue 123

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

Shades of Witch Haze #FCED7B

Tints of Witch Haze #FCED7B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.73%

 BLUE value IS 123 (48.44% from 255) = 20.1%

R = 41.18%
G = 38.73%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCED7B (or 0xFCED7B) is known color: Witch Haze. HEX triplet: FC, ED and 7B. RGB value is (252,237,123). Sum of RGB (Red+Green+Blue) = 252+237+123=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 123 (48.44% from 255 or 20.10% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED7B is #031284. Grayscale: #E4E4E4. Windows color (decimal): -201349 or 8121852. OLE color: 8121852.

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

Color convert

RGB 252 237 123 -
CMYK 0 0.06 0.51 0.01
HSL 53.02º 0.96% 0.74% -
HSV(B) 53.02º 0.51% 0.99% -
XYZ 74 82.69 30.8 -
YUV 228.49 68.47 144.77 -
System Red Green Blue C M Y K H S L
Decimal 252 237 123 0 0.06 0.51 0.01 53.02 0.96 0.74
Hex FC ED 7B 0 6 33 1 35 60 4A
Octal 374 355 173 0 6 63 1 65 140 112
Binary 11111100 11101101 1111011 0 110 110011 1 110101 1100000 1001010

Color Harmonies of #FCED7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED7B

Black with #FCED7B

Text Example


Text Example

White with #FCED7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED7B; }

 p { color: rgb(252,237,123); }

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

background-color css

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

 a { background-color: rgb(252,237,123); }

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

border-color css

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

 span { border-color: rgb(252,237,123); }

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