Html Css Color HEX #FDEA6E Witch Haze

📋 copy color: '#FDEA6E'

red 253 ◦ green 234 ◦ blue 110

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

Shades of Witch Haze #FDEA6E

Tints of Witch Haze #FDEA6E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.2%

 BLUE value IS 110 (43.36% from 255) = 18.43%

R = 42.38%
G = 39.2%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDEA6E (or 0xFDEA6E) is known color: Witch Haze. HEX triplet: FD, EA and 6E. RGB value is (253,234,110). Sum of RGB (Red+Green+Blue) = 253+234+110=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 110 (43.36% from 255 or 18.43% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA6E is #021591. Grayscale: #E2E2E2. Windows color (decimal): -136594 or 7269117. OLE color: 7269117.

HSL color Cylindrical-coordinate representation of color #FDEA6E: hue angle of 52.03º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDEA6E is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 234 110 -
CMYK 0 0.08 0.57 0.01
HSL 52.03º 0.97% 0.71% -
HSV(B) 52.03º 0.57% 0.99% -
XYZ 72.75 80.85 26.52 -
YUV 225.55 62.79 147.58 -
System Red Green Blue C M Y K H S L
Decimal 253 234 110 0 0.08 0.57 0.01 52.03 0.97 0.71
Hex FD EA 6E 0 8 39 1 34 61 47
Octal 375 352 156 0 10 71 1 64 141 107
Binary 11111101 11101010 1101110 0 1000 111001 1 110100 1100001 1000111

Color Harmonies of #FDEA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA6E

Black with #FDEA6E

Text Example


Text Example

White with #FDEA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA6E; }

 p { color: rgb(253,234,110); }

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

background-color css

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

 a { background-color: rgb(253,234,110); }

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

border-color css

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

 span { border-color: rgb(253,234,110); }

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