Html Css Color HEX #FDE470 Sweet Corn

📋 copy color: '#FDE470'

red 253 ◦ green 228 ◦ blue 112

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

Shades of Sweet Corn #FDE470

Tints of Sweet Corn #FDE470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.89%

R = 42.66%
G = 38.45%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDE470 (or 0xFDE470) is known color: Sweet Corn. HEX triplet: FD, E4 and 70. RGB value is (253,228,112). Sum of RGB (Red+Green+Blue) = 253+228+112=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 112 (44.14% from 255 or 18.89% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE470 is #021B8F. Grayscale: #DEDEDE. Windows color (decimal): -138128 or 7398653. OLE color: 7398653.

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

Color convert

RGB 253 228 112 -
CMYK 0 0.10 0.56 0.01
HSL 49.36º 0.97% 0.72% -
HSV(B) 49.36º 0.56% 0.99% -
XYZ 71.18 77.54 26.54 -
YUV 222.25 65.78 149.93 -
System Red Green Blue C M Y K H S L
Decimal 253 228 112 0 0.10 0.56 0.01 49.36 0.97 0.72
Hex FD E4 70 0 A 38 1 31 61 48
Octal 375 344 160 0 12 70 1 61 141 110
Binary 11111101 11100100 1110000 0 1010 111000 1 110001 1100001 1001000

Color Harmonies of #FDE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE470

Black with #FDE470

Text Example


Text Example

White with #FDE470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE470; }

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

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

background-color css

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

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

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

border-color css

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

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

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