Html Css Color HEX #FD9375 Vivid Tangerine

📋 copy color: '#FD9375'

red 253 ◦ green 147 ◦ blue 117

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

Shades of Vivid Tangerine #FD9375

Tints of Vivid Tangerine #FD9375

RGB

 RED value IS 253 (99.22% from 255) = 48.94%

 GREEN value IS 147 (57.81% from 255) = 28.43%

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

R = 48.94%
G = 28.43%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD9375 (or 0xFD9375) is known color: Vivid Tangerine. HEX triplet: FD, 93 and 75. RGB value is (253,147,117). Sum of RGB (Red+Green+Blue) = 253+147+117=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9375 is #026C8A. Grayscale: #AFAFAF. Windows color (decimal): -158859 or 7705597. OLE color: 7705597.

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

Color convert

RGB 253 147 117 -
CMYK 0 0.42 0.54 0.01
HSL 13.24º 0.97% 0.73% -
HSV(B) 13.24º 0.54% 0.99% -
XYZ 54.15 43.03 22.28 -
YUV 175.27 95.12 183.44 -
System Red Green Blue C M Y K H S L
Decimal 253 147 117 0 0.42 0.54 0.01 13.24 0.97 0.73
Hex FD 93 75 0 2A 36 1 D 61 49
Octal 375 223 165 0 52 66 1 15 141 111
Binary 11111101 10010011 1110101 0 101010 110110 1 1101 1100001 1001001

Color Harmonies of #FD9375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9375

Black with #FD9375

Text Example


Text Example

White with #FD9375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9375; }

 p { color: rgb(253,147,117); }

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

background-color css

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

 a { background-color: rgb(253,147,117); }

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

border-color css

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

 span { border-color: rgb(253,147,117); }

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