Html Css Color HEX #FCED7F Witch Haze

📋 copy color: '#FCED7F'

red 252 ◦ green 237 ◦ blue 127

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

Shades of Witch Haze #FCED7F

Tints of Witch Haze #FCED7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.62%

R = 40.91%
G = 38.47%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCED7F (or 0xFCED7F) is known color: Witch Haze. HEX triplet: FC, ED and 7F. RGB value is (252,237,127). Sum of RGB (Red+Green+Blue) = 252+237+127=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 127 (50% from 255 or 20.62% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED7F is #031280. Grayscale: #E5E5E5. Windows color (decimal): -201345 or 8383996. OLE color: 8383996.

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

Color convert

RGB 252 237 127 -
CMYK 0 0.06 0.50 0.01
HSL 52.8º 0.95% 0.74% -
HSV(B) 52.8º 0.5% 0.99% -
XYZ 74.26 82.8 32.15 -
YUV 228.95 70.47 144.44 -
System Red Green Blue C M Y K H S L
Decimal 252 237 127 0 0.06 0.50 0.01 52.8 0.95 0.74
Hex FC ED 7F 0 6 32 1 35 5F 4A
Octal 374 355 177 0 6 62 1 65 137 112
Binary 11111100 11101101 1111111 0 110 110010 1 110101 1011111 1001010

Color Harmonies of #FCED7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED7F

Black with #FCED7F

Text Example


Text Example

White with #FCED7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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