Html Css Color HEX #FDE37A Sweet Corn

📋 copy color: '#FDE37A'

red 253 ◦ green 227 ◦ blue 122

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

Shades of Sweet Corn #FDE37A

Tints of Sweet Corn #FDE37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.27%

R = 42.03%
G = 37.71%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDE37A (or 0xFDE37A) is known color: Sweet Corn. HEX triplet: FD, E3 and 7A. RGB value is (253,227,122). Sum of RGB (Red+Green+Blue) = 253+227+122=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 122 (48.05% from 255 or 20.27% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE37A is #021C85. Grayscale: #DFDFDF. Windows color (decimal): -138374 or 8053757. OLE color: 8053757.

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

Color convert

RGB 253 227 122 -
CMYK 0 0.10 0.52 0.01
HSL 48.09º 0.97% 0.74% -
HSV(B) 48.09º 0.52% 0.99% -
XYZ 71.49 77.23 29.55 -
YUV 222.8 71.11 149.54 -
System Red Green Blue C M Y K H S L
Decimal 253 227 122 0 0.10 0.52 0.01 48.09 0.97 0.74
Hex FD E3 7A 0 A 34 1 30 61 4A
Octal 375 343 172 0 12 64 1 60 141 112
Binary 11111101 11100011 1111010 0 1010 110100 1 110000 1100001 1001010

Color Harmonies of #FDE37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE37A

Black with #FDE37A

Text Example


Text Example

White with #FDE37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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