Html Css Color HEX #FDEA6F Witch Haze

📋 copy color: '#FDEA6F'

red 253 ◦ green 234 ◦ blue 111

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

Shades of Witch Haze #FDEA6F

Tints of Witch Haze #FDEA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 18.56%

R = 42.31%
G = 39.13%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDEA6F (or 0xFDEA6F) is known color: Witch Haze. HEX triplet: FD, EA and 6F. RGB value is (253,234,111). Sum of RGB (Red+Green+Blue) = 253+234+111=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 111 (43.75% from 255 or 18.56% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA6F is #021590. Grayscale: #E2E2E2. Windows color (decimal): -136593 or 7334653. OLE color: 7334653.

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

Color convert

RGB 253 234 111 -
CMYK 0 0.08 0.56 0.01
HSL 51.97º 0.97% 0.71% -
HSV(B) 51.97º 0.56% 0.99% -
XYZ 72.8 80.88 26.81 -
YUV 225.66 63.29 147.5 -
System Red Green Blue C M Y K H S L
Decimal 253 234 111 0 0.08 0.56 0.01 51.97 0.97 0.71
Hex FD EA 6F 0 8 38 1 34 61 47
Octal 375 352 157 0 10 70 1 64 141 107
Binary 11111101 11101010 1101111 0 1000 111000 1 110100 1100001 1000111

Color Harmonies of #FDEA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA6F

Black with #FDEA6F

Text Example


Text Example

White with #FDEA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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