Html Css Color HEX #FEFA7D Witch Haze

📋 copy color: '#FEFA7D'

red 254 ◦ green 250 ◦ blue 125

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

Shades of Witch Haze #FEFA7D

Tints of Witch Haze #FEFA7D

RGB

 RED value IS 254 (99.61% from 255) = 40.38%

 GREEN value IS 250 (98.05% from 255) = 39.75%

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

R = 40.38%
G = 39.75%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEFA7D (or 0xFEFA7D) is known color: Witch Haze. HEX triplet: FE, FA and 7D. RGB value is (254,250,125). Sum of RGB (Red+Green+Blue) = 254+250+125=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 125 (49.22% from 255 or 19.87% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA7D is #010582. Grayscale: #EDEDED. Windows color (decimal): -66947 or 8256254. OLE color: 8256254.

HSL color Cylindrical-coordinate representation of color #FEFA7D: hue angle of 58.14º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEFA7D is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 250 125 -
CMYK 0 0.02 0.51 0.00
HSL 58.14º 0.98% 0.74% -
HSV(B) 58.14º 0.51% 1% -
XYZ 78.76 90.92 32.8 -
YUV 236.95 64.83 140.16 -
System Red Green Blue C M Y K H S L
Decimal 254 250 125 0 0.02 0.51 0.00 58.14 0.98 0.74
Hex FE FA 7D 0 2 33 0 3A 62 4A
Octal 376 372 175 0 2 63 0 72 142 112
Binary 11111110 11111010 1111101 0 10 110011 0 111010 1100010 1001010

Color Harmonies of #FEFA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA7D

Black with #FEFA7D

Text Example


Text Example

White with #FEFA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA7D; }

 p { color: rgb(254,250,125); }

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

background-color css

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

 a { background-color: rgb(254,250,125); }

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

border-color css

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

 span { border-color: rgb(254,250,125); }

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