Html Css Color HEX #FEDE70 Sweet Corn

📋 copy color: '#FEDE70'

red 254 ◦ green 222 ◦ blue 112

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

Shades of Sweet Corn #FEDE70

Tints of Sweet Corn #FEDE70

RGB

 RED value IS 254 (99.61% from 255) = 43.2%

 GREEN value IS 222 (87.11% from 255) = 37.76%

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

R = 43.2%
G = 37.76%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEDE70 (or 0xFEDE70) is known color: Sweet Corn. HEX triplet: FE, DE and 70. RGB value is (254,222,112). Sum of RGB (Red+Green+Blue) = 254+222+112=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 112 (44.14% from 255 or 19.05% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE70 is #01218F. Grayscale: #DBDBDB. Windows color (decimal): -74128 or 7397118. OLE color: 7397118.

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

Color convert

RGB 254 222 112 -
CMYK 0 0.13 0.56 0.00
HSL 46.48º 0.99% 0.72% -
HSV(B) 46.48º 0.56% 1% -
XYZ 69.92 74.48 26.02 -
YUV 219.03 67.6 152.94 -
System Red Green Blue C M Y K H S L
Decimal 254 222 112 0 0.13 0.56 0.00 46.48 0.99 0.72
Hex FE DE 70 0 D 38 0 2E 63 48
Octal 376 336 160 0 15 70 0 56 143 110
Binary 11111110 11011110 1110000 0 1101 111000 0 101110 1100011 1001000

Color Harmonies of #FEDE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE70

Black with #FEDE70

Text Example


Text Example

White with #FEDE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE70; }

 p { color: rgb(254,222,112); }

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

background-color css

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

 a { background-color: rgb(254,222,112); }

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

border-color css

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

 span { border-color: rgb(254,222,112); }

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