Html Css Color HEX #FDE76A Witch Haze

📋 copy color: '#FDE76A'

red 253 ◦ green 231 ◦ blue 106

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

Shades of Witch Haze #FDE76A

Tints of Witch Haze #FDE76A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.15%

 BLUE value IS 106 (41.8% from 255) = 17.97%

R = 42.88%
G = 39.15%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDE76A (or 0xFDE76A) is known color: Witch Haze. HEX triplet: FD, E7 and 6A. RGB value is (253,231,106). Sum of RGB (Red+Green+Blue) = 253+231+106=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 106 (41.80% from 255 or 17.97% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE76A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE76A is #021895. Grayscale: #DFDFDF. Windows color (decimal): -137366 or 7006205. OLE color: 7006205.

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

Color convert

RGB 253 231 106 -
CMYK 0 0.09 0.58 0.01
HSL 51.02º 0.97% 0.7% -
HSV(B) 51.02º 0.58% 0.99% -
XYZ 71.69 79.08 25.12 -
YUV 223.33 61.79 149.16 -
System Red Green Blue C M Y K H S L
Decimal 253 231 106 0 0.09 0.58 0.01 51.02 0.97 0.7
Hex FD E7 6A 0 9 3A 1 33 61 46
Octal 375 347 152 0 11 72 1 63 141 106
Binary 11111101 11100111 1101010 0 1001 111010 1 110011 1100001 1000110

Color Harmonies of #FDE76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE76A

Black with #FDE76A

Text Example


Text Example

White with #FDE76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE76A; }

 p { color: rgb(253,231,106); }

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

background-color css

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

 a { background-color: rgb(253,231,106); }

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

border-color css

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

 span { border-color: rgb(253,231,106); }

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