Html Css Color HEX #FDEC66 Corn

📋 copy color: '#FDEC66'

red 253 ◦ green 236 ◦ blue 102

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

Shades of Corn #FDEC66

Tints of Corn #FDEC66

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.93%

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

R = 42.81%
G = 39.93%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDEC66 (or 0xFDEC66) is known color: Corn. HEX triplet: FD, EC and 66. RGB value is (253,236,102). Sum of RGB (Red+Green+Blue) = 253+236+102=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 102 (40.23% from 255 or 17.26% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC66 is #021399. Grayscale: #E2E2E2. Windows color (decimal): -136090 or 6745341. OLE color: 6745341.

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

Color convert

RGB 253 236 102 -
CMYK 0 0.07 0.60 0.01
HSL 53.25º 0.97% 0.7% -
HSV(B) 53.25º 0.6% 0.99% -
XYZ 72.9 81.83 24.52 -
YUV 225.81 58.13 147.4 -
System Red Green Blue C M Y K H S L
Decimal 253 236 102 0 0.07 0.60 0.01 53.25 0.97 0.7
Hex FD EC 66 0 7 3C 1 35 61 46
Octal 375 354 146 0 7 74 1 65 141 106
Binary 11111101 11101100 1100110 0 111 111100 1 110101 1100001 1000110

Color Harmonies of #FDEC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC66

Black with #FDEC66

Text Example


Text Example

White with #FDEC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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