Html Css Color HEX #FDE47A Sweet Corn

📋 copy color: '#FDE47A'

red 253 ◦ green 228 ◦ blue 122

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

Shades of Sweet Corn #FDE47A

Tints of Sweet Corn #FDE47A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.81%

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

R = 41.96%
G = 37.81%
B = 20.23%

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

#FDE47A (or 0xFDE47A) is known color: Sweet Corn. HEX triplet: FD, E4 and 7A. RGB value is (253,228,122). Sum of RGB (Red+Green+Blue) = 253+228+122=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 122 (48.05% from 255 or 20.23% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE47A is #021B85. Grayscale: #DFDFDF. Windows color (decimal): -138118 or 8054013. OLE color: 8054013.

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

Color convert

RGB 253 228 122 -
CMYK 0 0.10 0.52 0.01
HSL 48.55º 0.97% 0.74% -
HSV(B) 48.55º 0.52% 0.99% -
XYZ 71.76 77.77 29.64 -
YUV 223.39 70.78 149.12 -
System Red Green Blue C M Y K H S L
Decimal 253 228 122 0 0.10 0.52 0.01 48.55 0.97 0.74
Hex FD E4 7A 0 A 34 1 31 61 4A
Octal 375 344 172 0 12 64 1 61 141 112
Binary 11111101 11100100 1111010 0 1010 110100 1 110001 1100001 1001010

Color Harmonies of #FDE47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE47A

Black with #FDE47A

Text Example


Text Example

White with #FDE47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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