Html Css Color HEX #FED775 Salomie

📋 copy color: '#FED775'

red 254 ◦ green 215 ◦ blue 117

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

Shades of Salomie #FED775

Tints of Salomie #FED775

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.69%

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

R = 43.34%
G = 36.69%
B = 19.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FED775 (or 0xFED775) is known color: Salomie. HEX triplet: FE, D7 and 75. RGB value is (254,215,117). Sum of RGB (Red+Green+Blue) = 254+215+117=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 117 (46.09% from 255 or 19.97% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FED775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED775 is #01288A. Grayscale: #D7D7D7. Windows color (decimal): -75915 or 7723006. OLE color: 7723006.

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

Color convert

RGB 254 215 117 -
CMYK 0 0.15 0.54 0.00
HSL 42.92º 0.99% 0.73% -
HSV(B) 42.92º 0.54% 1% -
XYZ 68.38 70.96 26.92 -
YUV 215.49 72.42 155.47 -
System Red Green Blue C M Y K H S L
Decimal 254 215 117 0 0.15 0.54 0.00 42.92 0.99 0.73
Hex FE D7 75 0 F 36 0 2B 63 49
Octal 376 327 165 0 17 66 0 53 143 111
Binary 11111110 11010111 1110101 0 1111 110110 0 101011 1100011 1001001

Color Harmonies of #FED775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED775

Black with #FED775

Text Example


Text Example

White with #FED775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED775; }

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

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

background-color css

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

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

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

border-color css

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

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

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