Html Css Color HEX #FFD575 Salomie

📋 copy color: '#FFD575'

red 255 ◦ green 213 ◦ blue 117

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

Shades of Salomie #FFD575

Tints of Salomie #FFD575

RGB

 RED value IS 255 (100% from 255) = 43.59%

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

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

R = 43.59%
G = 36.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFD575 (or 0xFFD575) is known color: Salomie. HEX triplet: FF, D5 and 75. RGB value is (255,213,117). Sum of RGB (Red+Green+Blue) = 255+213+117=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 117 (46.09% from 255 or 20% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD575 is #002A8A. Grayscale: #D7D7D7. Windows color (decimal): -10891 or 7722495. OLE color: 7722495.

HSL color Cylindrical-coordinate representation of color #FFD575: hue angle of 41.74º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFD575 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 255 213 117 -
CMYK 0 0.16 0.54 0
HSL 41.74º 1% 0.73% -
HSV(B) 41.74º 0.54% 1% -
XYZ 68.25 70.13 26.77 -
YUV 214.61 72.91 156.81 -
System Red Green Blue C M Y K H S L
Decimal 255 213 117 0 0.16 0.54 0 41.74 1 0.73
Hex FF D5 75 0 10 36 0 2A 64 49
Octal 377 325 165 0 20 66 0 52 144 111
Binary 11111111 11010101 1110101 0 10000 110110 0 101010 1100100 1001001

Color Harmonies of #FFD575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD575

Black with #FFD575

Text Example


Text Example

White with #FFD575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD575; }

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

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

background-color css

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

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

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

border-color css

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

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

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