Html Css Color HEX #FFD375 Salomie

📋 copy color: '#FFD375'

red 255 ◦ green 211 ◦ blue 117

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

Shades of Salomie #FFD375

Tints of Salomie #FFD375

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.19%

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

R = 43.74%
G = 36.19%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFD375 (or 0xFFD375) is known color: Salomie. HEX triplet: FF, D3 and 75. RGB value is (255,211,117). Sum of RGB (Red+Green+Blue) = 255+211+117=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 117 (46.09% from 255 or 20.07% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD375 is #002C8A. Grayscale: #D5D5D5. Windows color (decimal): -11403 or 7721983. OLE color: 7721983.

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

Color convert

RGB 255 211 117 -
CMYK 0 0.17 0.54 0
HSL 40.87º 1% 0.73% -
HSV(B) 40.87º 0.54% 1% -
XYZ 67.75 69.13 26.6 -
YUV 213.44 73.58 157.64 -
System Red Green Blue C M Y K H S L
Decimal 255 211 117 0 0.17 0.54 0 40.87 1 0.73
Hex FF D3 75 0 11 36 0 29 64 49
Octal 377 323 165 0 21 66 0 51 144 111
Binary 11111111 11010011 1110101 0 10001 110110 0 101001 1100100 1001001

Color Harmonies of #FFD375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD375

Black with #FFD375

Text Example


Text Example

White with #FFD375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD375; }

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

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

background-color css

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

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

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

border-color css

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

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

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