Html Css Color HEX #FEDE6A Sweet Corn

📋 copy color: '#FEDE6A'

red 254 ◦ green 222 ◦ blue 106

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

Shades of Sweet Corn #FEDE6A

Tints of Sweet Corn #FEDE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.21%

R = 43.64%
G = 38.14%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEDE6A (or 0xFEDE6A) is known color: Sweet Corn. HEX triplet: FE, DE and 6A. RGB value is (254,222,106). Sum of RGB (Red+Green+Blue) = 254+222+106=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 106 (41.80% from 255 or 18.21% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE6A is #012195. Grayscale: #DADADA. Windows color (decimal): -74134 or 7003902. OLE color: 7003902.

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

Color convert

RGB 254 222 106 -
CMYK 0 0.13 0.58 0.00
HSL 47.03º 0.99% 0.71% -
HSV(B) 47.03º 0.58% 1% -
XYZ 69.6 74.35 24.32 -
YUV 218.34 64.6 153.43 -
System Red Green Blue C M Y K H S L
Decimal 254 222 106 0 0.13 0.58 0.00 47.03 0.99 0.71
Hex FE DE 6A 0 D 3A 0 2F 63 47
Octal 376 336 152 0 15 72 0 57 143 107
Binary 11111110 11011110 1101010 0 1101 111010 0 101111 1100011 1000111

Color Harmonies of #FEDE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE6A

Black with #FEDE6A

Text Example


Text Example

White with #FEDE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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