Html Css Color HEX #FDE464 Corn

📋 copy color: '#FDE464'

red 253 ◦ green 228 ◦ blue 100

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

Shades of Corn #FDE464

Tints of Corn #FDE464

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.24%

 BLUE value IS 100 (39.45% from 255) = 17.21%

R = 43.55%
G = 39.24%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDE464 (or 0xFDE464) is known color: Corn. HEX triplet: FD, E4 and 64. RGB value is (253,228,100). Sum of RGB (Red+Green+Blue) = 253+228+100=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 100 (39.45% from 255 or 17.21% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE464 is #021B9B. Grayscale: #DDDDDD. Windows color (decimal): -138140 or 6612221. OLE color: 6612221.

HSL color Cylindrical-coordinate representation of color #FDE464: hue angle of 50.2º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDE464 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 228 100 -
CMYK 0 0.10 0.60 0.01
HSL 50.2º 0.97% 0.69% -
HSV(B) 50.2º 0.6% 0.99% -
XYZ 70.55 77.29 23.26 -
YUV 220.88 59.78 150.91 -
System Red Green Blue C M Y K H S L
Decimal 253 228 100 0 0.10 0.60 0.01 50.2 0.97 0.69
Hex FD E4 64 0 A 3C 1 32 61 45
Octal 375 344 144 0 12 74 1 62 141 105
Binary 11111101 11100100 1100100 0 1010 111100 1 110010 1100001 1000101

Color Harmonies of #FDE464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE464

Black with #FDE464

Text Example


Text Example

White with #FDE464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE464; }

 p { color: rgb(253,228,100); }

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

background-color css

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

 a { background-color: rgb(253,228,100); }

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

border-color css

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

 span { border-color: rgb(253,228,100); }

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