Html Css Color HEX #FEDE7A Sweet Corn

📋 copy color: '#FEDE7A'

red 254 ◦ green 222 ◦ blue 122

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

Shades of Sweet Corn #FEDE7A

Tints of Sweet Corn #FEDE7A

RGB

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

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

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

R = 42.47%
G = 37.12%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEDE7A (or 0xFEDE7A) is known color: Sweet Corn. HEX triplet: FE, DE and 7A. RGB value is (254,222,122). Sum of RGB (Red+Green+Blue) = 254+222+122=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 122 (48.05% from 255 or 20.40% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE7A is #012185. Grayscale: #DCDCDC. Windows color (decimal): -74118 or 8052478. OLE color: 8052478.

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

Color convert

RGB 254 222 122 -
CMYK 0 0.13 0.52 0.00
HSL 45.45º 0.99% 0.74% -
HSV(B) 45.45º 0.52% 1% -
XYZ 70.51 74.72 29.12 -
YUV 220.17 72.6 152.13 -
System Red Green Blue C M Y K H S L
Decimal 254 222 122 0 0.13 0.52 0.00 45.45 0.99 0.74
Hex FE DE 7A 0 D 34 0 2D 63 4A
Octal 376 336 172 0 15 64 0 55 143 112
Binary 11111110 11011110 1111010 0 1101 110100 0 101101 1100011 1001010

Color Harmonies of #FEDE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE7A

Black with #FEDE7A

Text Example


Text Example

White with #FEDE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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