Html Css Color HEX #FEDB73 Sweet Corn

📋 copy color: '#FEDB73'

red 254 ◦ green 219 ◦ blue 115

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

Shades of Sweet Corn #FEDB73

Tints of Sweet Corn #FEDB73

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.24%

 BLUE value IS 115 (45.31% from 255) = 19.56%

R = 43.2%
G = 37.24%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEDB73 (or 0xFEDB73) is known color: Sweet Corn. HEX triplet: FE, DB and 73. RGB value is (254,219,115). Sum of RGB (Red+Green+Blue) = 254+219+115=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 115 (45.31% from 255 or 19.56% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB73 is #01248C. Grayscale: #DADADA. Windows color (decimal): -74893 or 7592958. OLE color: 7592958.

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

Color convert

RGB 254 219 115 -
CMYK 0 0.14 0.55 0.00
HSL 44.89º 0.99% 0.72% -
HSV(B) 44.89º 0.55% 1% -
XYZ 69.3 72.97 26.65 -
YUV 217.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 254 219 115 0 0.14 0.55 0.00 44.89 0.99 0.72
Hex FE DB 73 0 E 37 0 2D 63 48
Octal 376 333 163 0 16 67 0 55 143 110
Binary 11111110 11011011 1110011 0 1110 110111 0 101101 1100011 1001000

Color Harmonies of #FEDB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB73

Black with #FEDB73

Text Example


Text Example

White with #FEDB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB73; }

 p { color: rgb(254,219,115); }

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

background-color css

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

 a { background-color: rgb(254,219,115); }

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

border-color css

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

 span { border-color: rgb(254,219,115); }

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