Html Css Color HEX #FEDC75 Sweet Corn

📋 copy color: '#FEDC75'

red 254 ◦ green 220 ◦ blue 117

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

Shades of Sweet Corn #FEDC75

Tints of Sweet Corn #FEDC75

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.23%

 BLUE value IS 117 (46.09% from 255) = 19.8%

R = 42.98%
G = 37.23%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEDC75 (or 0xFEDC75) is known color: Sweet Corn. HEX triplet: FE, DC and 75. RGB value is (254,220,117). Sum of RGB (Red+Green+Blue) = 254+220+117=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 117 (46.09% from 255 or 19.80% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC75 is #01238A. Grayscale: #DADADA. Windows color (decimal): -74635 or 7724286. OLE color: 7724286.

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

Color convert

RGB 254 220 117 -
CMYK 0 0.13 0.54 0.00
HSL 45.11º 0.99% 0.73% -
HSV(B) 45.11º 0.54% 1% -
XYZ 69.68 73.54 27.35 -
YUV 218.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 254 220 117 0 0.13 0.54 0.00 45.11 0.99 0.73
Hex FE DC 75 0 D 36 0 2D 63 49
Octal 376 334 165 0 15 66 0 55 143 111
Binary 11111110 11011100 1110101 0 1101 110110 0 101101 1100011 1001001

Color Harmonies of #FEDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC75

Black with #FEDC75

Text Example


Text Example

White with #FEDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC75; }

 p { color: rgb(254,220,117); }

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

background-color css

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

 a { background-color: rgb(254,220,117); }

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

border-color css

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

 span { border-color: rgb(254,220,117); }

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