Html Css Color HEX #FDE364 Corn

📋 copy color: '#FDE364'

red 253 ◦ green 227 ◦ blue 100

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

Shades of Corn #FDE364

Tints of Corn #FDE364

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.14%

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

R = 43.62%
G = 39.14%
B = 17.24%

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

#FDE364 (or 0xFDE364) is known color: Corn. HEX triplet: FD, E3 and 64. RGB value is (253,227,100). Sum of RGB (Red+Green+Blue) = 253+227+100=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 100 (39.45% from 255 or 17.24% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE364 is #021C9B. Grayscale: #DCDCDC. Windows color (decimal): -138396 or 6611965. OLE color: 6611965.

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

Color convert

RGB 253 227 100 -
CMYK 0 0.10 0.60 0.01
HSL 49.8º 0.97% 0.69% -
HSV(B) 49.8º 0.6% 0.99% -
XYZ 70.28 76.74 23.17 -
YUV 220.3 60.11 151.33 -
System Red Green Blue C M Y K H S L
Decimal 253 227 100 0 0.10 0.60 0.01 49.8 0.97 0.69
Hex FD E3 64 0 A 3C 1 32 61 45
Octal 375 343 144 0 12 74 1 62 141 105
Binary 11111101 11100011 1100100 0 1010 111100 1 110010 1100001 1000101

Color Harmonies of #FDE364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE364

Black with #FDE364

Text Example


Text Example

White with #FDE364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE364; }

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

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

background-color css

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

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

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

border-color css

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

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

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