Html Css Color HEX #FEDB74 Salomie

📋 copy color: '#FEDB74'

red 254 ◦ green 219 ◦ blue 116

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

Shades of Salomie #FEDB74

Tints of Salomie #FEDB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.69%

R = 43.12%
G = 37.18%
B = 19.69%

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

#FEDB74 (or 0xFEDB74) is known color: Salomie. HEX triplet: FE, DB and 74. RGB value is (254,219,116). Sum of RGB (Red+Green+Blue) = 254+219+116=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 116 (45.70% from 255 or 19.69% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB74 is #01248B. Grayscale: #DADADA. Windows color (decimal): -74892 or 7658494. OLE color: 7658494.

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

Color convert

RGB 254 219 116 -
CMYK 0 0.14 0.54 0.00
HSL 44.78º 0.99% 0.73% -
HSV(B) 44.78º 0.54% 1% -
XYZ 69.36 72.99 26.96 -
YUV 217.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 254 219 116 0 0.14 0.54 0.00 44.78 0.99 0.73
Hex FE DB 74 0 E 36 0 2D 63 49
Octal 376 333 164 0 16 66 0 55 143 111
Binary 11111110 11011011 1110100 0 1110 110110 0 101101 1100011 1001001

Color Harmonies of #FEDB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB74

Black with #FEDB74

Text Example


Text Example

White with #FEDB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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