Html Css Color HEX #FDE070 Sweet Corn

📋 copy color: '#FDE070'

red 253 ◦ green 224 ◦ blue 112

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

Shades of Sweet Corn #FDE070

Tints of Sweet Corn #FDE070

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.03%

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

R = 42.95%
G = 38.03%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDE070 (or 0xFDE070) is known color: Sweet Corn. HEX triplet: FD, E0 and 70. RGB value is (253,224,112). Sum of RGB (Red+Green+Blue) = 253+224+112=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 112 (44.14% from 255 or 19.02% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE070 is #021F8F. Grayscale: #DCDCDC. Windows color (decimal): -139152 or 7397629. OLE color: 7397629.

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

Color convert

RGB 253 224 112 -
CMYK 0 0.11 0.56 0.01
HSL 47.66º 0.97% 0.72% -
HSV(B) 47.66º 0.56% 0.99% -
XYZ 70.09 75.36 26.18 -
YUV 219.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 253 224 112 0 0.11 0.56 0.01 47.66 0.97 0.72
Hex FD E0 70 0 B 38 1 30 61 48
Octal 375 340 160 0 13 70 1 60 141 110
Binary 11111101 11100000 1110000 0 1011 111000 1 110000 1100001 1001000

Color Harmonies of #FDE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE070

Black with #FDE070

Text Example


Text Example

White with #FDE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE070; }

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

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

background-color css

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

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

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

border-color css

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

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

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