Html Css Color HEX #FDE564 Corn

📋 copy color: '#FDE564'

red 253 ◦ green 229 ◦ blue 100

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

Shades of Corn #FDE564

Tints of Corn #FDE564

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.35%

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

R = 43.47%
G = 39.35%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDE564 (or 0xFDE564) is known color: Corn. HEX triplet: FD, E5 and 64. RGB value is (253,229,100). Sum of RGB (Red+Green+Blue) = 253+229+100=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 100 (39.45% from 255 or 17.18% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE564 is #021A9B. Grayscale: #DEDEDE. Windows color (decimal): -137884 or 6612477. OLE color: 6612477.

HSL color Cylindrical-coordinate representation of color #FDE564: hue angle of 50.59º 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 #FDE564 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 229 100 -
CMYK 0 0.09 0.60 0.01
HSL 50.59º 0.97% 0.69% -
HSV(B) 50.59º 0.6% 0.99% -
XYZ 70.83 77.84 23.35 -
YUV 221.47 59.45 150.49 -
System Red Green Blue C M Y K H S L
Decimal 253 229 100 0 0.09 0.60 0.01 50.59 0.97 0.69
Hex FD E5 64 0 9 3C 1 33 61 45
Octal 375 345 144 0 11 74 1 63 141 105
Binary 11111101 11100101 1100100 0 1001 111100 1 110011 1100001 1000101

Color Harmonies of #FDE564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE564

Black with #FDE564

Text Example


Text Example

White with #FDE564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE564; }

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

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

background-color css

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

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

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

border-color css

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

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

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