Html Css Color HEX #FDFC7D Witch Haze

📋 copy color: '#FDFC7D'

red 253 ◦ green 252 ◦ blue 125

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

Shades of Witch Haze #FDFC7D

Tints of Witch Haze #FDFC7D

RGB

 RED value IS 253 (99.22% from 255) = 40.16%

 GREEN value IS 252 (98.83% from 255) = 40%

 BLUE value IS 125 (49.22% from 255) = 19.84%

R = 40.16%
G = 40%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDFC7D (or 0xFDFC7D) is known color: Witch Haze. HEX triplet: FD, FC and 7D. RGB value is (253,252,125). Sum of RGB (Red+Green+Blue) = 253+252+125=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 125 (49.22% from 255 or 19.84% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFC7D is #020382. Grayscale: #EEEEEE. Windows color (decimal): -131971 or 8256765. OLE color: 8256765.

HSL color Cylindrical-coordinate representation of color #FDFC7D: hue angle of 59.53º degrees, saturation: 0.97, 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 #FDFC7D is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 252 125 -
CMYK 0 0.00 0.51 0.01
HSL 59.53º 0.97% 0.74% -
HSV(B) 59.53º 0.51% 0.99% -
XYZ 79.02 91.98 32.99 -
YUV 237.82 64.33 138.83 -
System Red Green Blue C M Y K H S L
Decimal 253 252 125 0 0.00 0.51 0.01 59.53 0.97 0.74
Hex FD FC 7D 0 0 33 1 3C 61 4A
Octal 375 374 175 0 0 63 1 74 141 112
Binary 11111101 11111100 1111101 0 0 110011 1 111100 1100001 1001010

Color Harmonies of #FDFC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC7D

Black with #FDFC7D

Text Example


Text Example

White with #FDFC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC7D; }

 p { color: rgb(253,252,125); }

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

background-color css

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

 a { background-color: rgb(253,252,125); }

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

border-color css

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

 span { border-color: rgb(253,252,125); }

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