Html Css Color HEX #FDEC5A Corn

📋 copy color: '#FDEC5A'

red 253 ◦ green 236 ◦ blue 90

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

Shades of Corn #FDEC5A

Tints of Corn #FDEC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.54%

R = 43.7%
G = 40.76%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDEC5A (or 0xFDEC5A) is known color: Corn. HEX triplet: FD, EC and 5A. RGB value is (253,236,90). Sum of RGB (Red+Green+Blue) = 253+236+90=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 90 (35.55% from 255 or 15.54% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC5A is #0213A5. Grayscale: #E1E1E1. Windows color (decimal): -136102 or 5958909. OLE color: 5958909.

HSL color Cylindrical-coordinate representation of color #FDEC5A: hue angle of 53.74º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDEC5A is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 236 90 -
CMYK 0 0.07 0.64 0.01
HSL 53.74º 0.98% 0.67% -
HSV(B) 53.74º 0.64% 0.99% -
XYZ 72.35 81.61 21.61 -
YUV 224.44 52.13 148.37 -
System Red Green Blue C M Y K H S L
Decimal 253 236 90 0 0.07 0.64 0.01 53.74 0.98 0.67
Hex FD EC 5A 0 7 40 1 36 62 43
Octal 375 354 132 0 7 100 1 66 142 103
Binary 11111101 11101100 1011010 0 111 1000000 1 110110 1100010 1000011

Color Harmonies of #FDEC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC5A

Black with #FDEC5A

Text Example


Text Example

White with #FDEC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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