Html Css Color HEX #FEFD7A Witch Haze

📋 copy color: '#FEFD7A'

red 254 ◦ green 253 ◦ blue 122

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

Shades of Witch Haze #FEFD7A

Tints of Witch Haze #FEFD7A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.22%

 BLUE value IS 122 (48.05% from 255) = 19.4%

R = 40.38%
G = 40.22%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEFD7A (or 0xFEFD7A) is known color: Witch Haze. HEX triplet: FE, FD and 7A. RGB value is (254,253,122). Sum of RGB (Red+Green+Blue) = 254+253+122=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 122 (48.05% from 255 or 19.40% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFD7A is #010285. Grayscale: #EEEEEE. Windows color (decimal): -66182 or 8060414. OLE color: 8060414.

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

Color convert

RGB 254 253 122 -
CMYK 0 0.00 0.52 0.00
HSL 59.55º 0.99% 0.74% -
HSV(B) 59.55º 0.52% 1% -
XYZ 79.51 92.73 32.12 -
YUV 238.37 62.33 139.15 -
System Red Green Blue C M Y K H S L
Decimal 254 253 122 0 0.00 0.52 0.00 59.55 0.99 0.74
Hex FE FD 7A 0 0 34 0 3C 63 4A
Octal 376 375 172 0 0 64 0 74 143 112
Binary 11111110 11111101 1111010 0 0 110100 0 111100 1100011 1001010

Color Harmonies of #FEFD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD7A

Black with #FEFD7A

Text Example


Text Example

White with #FEFD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD7A; }

 p { color: rgb(254,253,122); }

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

background-color css

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

 a { background-color: rgb(254,253,122); }

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

border-color css

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

 span { border-color: rgb(254,253,122); }

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