Html Css Color HEX #FED575 Salomie

📋 copy color: '#FED575'

red 254 ◦ green 213 ◦ blue 117

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

Shades of Salomie #FED575

Tints of Salomie #FED575

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.47%

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

R = 43.49%
G = 36.47%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FED575 (or 0xFED575) is known color: Salomie. HEX triplet: FE, D5 and 75. RGB value is (254,213,117). Sum of RGB (Red+Green+Blue) = 254+213+117=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FED575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED575 is #012A8A. Grayscale: #D6D6D6. Windows color (decimal): -76427 or 7722494. OLE color: 7722494.

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

Color convert

RGB 254 213 117 -
CMYK 0 0.16 0.54 0.00
HSL 42.04º 0.99% 0.73% -
HSV(B) 42.04º 0.54% 1% -
XYZ 67.88 69.94 26.75 -
YUV 214.32 73.08 156.31 -
System Red Green Blue C M Y K H S L
Decimal 254 213 117 0 0.16 0.54 0.00 42.04 0.99 0.73
Hex FE D5 75 0 10 36 0 2A 63 49
Octal 376 325 165 0 20 66 0 52 143 111
Binary 11111110 11010101 1110101 0 10000 110110 0 101010 1100011 1001001

Color Harmonies of #FED575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED575

Black with #FED575

Text Example


Text Example

White with #FED575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED575; }

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

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

background-color css

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

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

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

border-color css

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

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

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