Html Css Color HEX #FDE370 Sweet Corn

📋 copy color: '#FDE370'

red 253 ◦ green 227 ◦ blue 112

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

Shades of Sweet Corn #FDE370

Tints of Sweet Corn #FDE370

RGB

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

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

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

R = 42.74%
G = 38.34%
B = 18.92%

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

#FDE370 (or 0xFDE370) is known color: Sweet Corn. HEX triplet: FD, E3 and 70. RGB value is (253,227,112). Sum of RGB (Red+Green+Blue) = 253+227+112=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 112 (44.14% from 255 or 18.92% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE370 is #021C8F. Grayscale: #DEDEDE. Windows color (decimal): -138384 or 7398397. OLE color: 7398397.

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

Color convert

RGB 253 227 112 -
CMYK 0 0.10 0.56 0.01
HSL 48.94º 0.97% 0.72% -
HSV(B) 48.94º 0.56% 0.99% -
XYZ 70.9 76.99 26.45 -
YUV 221.66 66.11 150.35 -
System Red Green Blue C M Y K H S L
Decimal 253 227 112 0 0.10 0.56 0.01 48.94 0.97 0.72
Hex FD E3 70 0 A 38 1 31 61 48
Octal 375 343 160 0 12 70 1 61 141 110
Binary 11111101 11100011 1110000 0 1010 111000 1 110001 1100001 1001000

Color Harmonies of #FDE370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE370

Black with #FDE370

Text Example


Text Example

White with #FDE370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE370; }

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

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

background-color css

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

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

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

border-color css

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

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

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