Html Css Color HEX #FDE366 Corn

📋 copy color: '#FDE366'

red 253 ◦ green 227 ◦ blue 102

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

Shades of Corn #FDE366

Tints of Corn #FDE366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.53%

R = 43.47%
G = 39%
B = 17.53%

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

#FDE366 (or 0xFDE366) is known color: Corn. HEX triplet: FD, E3 and 66. RGB value is (253,227,102). Sum of RGB (Red+Green+Blue) = 253+227+102=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 227 (89.06% from 255 or 39.00% from 582); Blue value is 102 (40.23% from 255 or 17.53% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE366 is #021C99. Grayscale: #DDDDDD. Windows color (decimal): -138394 or 6743037. OLE color: 6743037.

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

Color convert

RGB 253 227 102 -
CMYK 0 0.10 0.60 0.01
HSL 49.67º 0.97% 0.7% -
HSV(B) 49.67º 0.6% 0.99% -
XYZ 70.38 76.78 23.68 -
YUV 220.52 61.11 151.16 -
System Red Green Blue C M Y K H S L
Decimal 253 227 102 0 0.10 0.60 0.01 49.67 0.97 0.7
Hex FD E3 66 0 A 3C 1 32 61 46
Octal 375 343 146 0 12 74 1 62 141 106
Binary 11111101 11100011 1100110 0 1010 111100 1 110010 1100001 1000110

Color Harmonies of #FDE366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE366

Black with #FDE366

Text Example


Text Example

White with #FDE366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE366; }

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

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

background-color css

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

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

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

border-color css

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

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

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