Html Css Color HEX #FF9475 Vivid Tangerine

📋 copy color: '#FF9475'

red 255 ◦ green 148 ◦ blue 117

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

Shades of Vivid Tangerine #FF9475

Tints of Vivid Tangerine #FF9475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.46%

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

R = 49.04%
G = 28.46%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF9475 (or 0xFF9475) is known color: Vivid Tangerine. HEX triplet: FF, 94 and 75. RGB value is (255,148,117). Sum of RGB (Red+Green+Blue) = 255+148+117=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9475 is #006B8A. Grayscale: #B0B0B0. Windows color (decimal): -27531 or 7705855. OLE color: 7705855.

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

Color convert

RGB 255 148 117 -
CMYK 0 0.42 0.54 0
HSL 13.48º 1% 0.73% -
HSV(B) 13.48º 0.54% 1% -
XYZ 55.04 43.72 22.37 -
YUV 176.46 94.45 184.02 -
System Red Green Blue C M Y K H S L
Decimal 255 148 117 0 0.42 0.54 0 13.48 1 0.73
Hex FF 94 75 0 2A 36 0 D 64 49
Octal 377 224 165 0 52 66 0 15 144 111
Binary 11111111 10010100 1110101 0 101010 110110 0 1101 1100100 1001001

Color Harmonies of #FF9475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9475

Black with #FF9475

Text Example


Text Example

White with #FF9475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9475; }

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

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

background-color css

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

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

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

border-color css

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

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

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