Html Css Color HEX #FEDB76 Salomie

📋 copy color: '#FEDB76'

red 254 ◦ green 219 ◦ blue 118

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

Shades of Salomie #FEDB76

Tints of Salomie #FEDB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 19.97%

R = 42.98%
G = 37.06%
B = 19.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEDB76 (or 0xFEDB76) is known color: Salomie. HEX triplet: FE, DB and 76. RGB value is (254,219,118). Sum of RGB (Red+Green+Blue) = 254+219+118=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 118 (46.48% from 255 or 19.97% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB76 is #012489. Grayscale: #DADADA. Windows color (decimal): -74890 or 7789566. OLE color: 7789566.

HSL color Cylindrical-coordinate representation of color #FEDB76: hue angle of 44.56º 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 #FEDB76 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 219 118 -
CMYK 0 0.14 0.54 0.00
HSL 44.56º 0.99% 0.73% -
HSV(B) 44.56º 0.54% 1% -
XYZ 69.47 73.04 27.58 -
YUV 217.95 71.6 153.71 -
System Red Green Blue C M Y K H S L
Decimal 254 219 118 0 0.14 0.54 0.00 44.56 0.99 0.73
Hex FE DB 76 0 E 36 0 2D 63 49
Octal 376 333 166 0 16 66 0 55 143 111
Binary 11111110 11011011 1110110 0 1110 110110 0 101101 1100011 1001001

Color Harmonies of #FEDB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB76

Black with #FEDB76

Text Example


Text Example

White with #FEDB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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