Html Css Color HEX #FDE365 Corn

📋 copy color: '#FDE365'

red 253 ◦ green 227 ◦ blue 101

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

Shades of Corn #FDE365

Tints of Corn #FDE365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.38%

R = 43.55%
G = 39.07%
B = 17.38%

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

#FDE365 (or 0xFDE365) is known color: Corn. HEX triplet: FD, E3 and 65. RGB value is (253,227,101). Sum of RGB (Red+Green+Blue) = 253+227+101=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 227 (89.06% from 255 or 39.07% from 581); Blue value is 101 (39.84% from 255 or 17.38% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE365 is #021C9A. Grayscale: #DCDCDC. Windows color (decimal): -138395 or 6677501. OLE color: 6677501.

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

Color convert

RGB 253 227 101 -
CMYK 0 0.10 0.60 0.01
HSL 49.74º 0.97% 0.69% -
HSV(B) 49.74º 0.6% 0.99% -
XYZ 70.33 76.76 23.42 -
YUV 220.41 60.61 151.25 -
System Red Green Blue C M Y K H S L
Decimal 253 227 101 0 0.10 0.60 0.01 49.74 0.97 0.69
Hex FD E3 65 0 A 3C 1 32 61 45
Octal 375 343 145 0 12 74 1 62 141 105
Binary 11111101 11100011 1100101 0 1010 111100 1 110010 1100001 1000101

Color Harmonies of #FDE365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE365

Black with #FDE365

Text Example


Text Example

White with #FDE365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE365; }

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

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

background-color css

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

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

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

border-color css

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

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

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