Html Css Color HEX #FF9F85 Vivid Tangerine

📋 copy color: '#FF9F85'

red 255 ◦ green 159 ◦ blue 133

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

Shades of Vivid Tangerine #FF9F85

Tints of Vivid Tangerine #FF9F85

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.07%

 BLUE value IS 133 (52.34% from 255) = 24.31%

R = 46.62%
G = 29.07%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF9F85 (or 0xFF9F85) is known color: Vivid Tangerine. HEX triplet: FF, 9F and 85. RGB value is (255,159,133). Sum of RGB (Red+Green+Blue) = 255+159+133=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9F85 is #00607A. Grayscale: #B8B8B8. Windows color (decimal): -24699 or 8757247. OLE color: 8757247.

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

Color convert

RGB 255 159 133 -
CMYK 0 0.38 0.48 0
HSL 12.79º 1% 0.76% -
HSV(B) 12.79º 0.48% 1% -
XYZ 57.87 47.75 28.36 -
YUV 184.74 98.8 178.11 -
System Red Green Blue C M Y K H S L
Decimal 255 159 133 0 0.38 0.48 0 12.79 1 0.76
Hex FF 9F 85 0 26 30 0 D 64 4C
Octal 377 237 205 0 46 60 0 15 144 114
Binary 11111111 10011111 10000101 0 100110 110000 0 1101 1100100 1001100

Color Harmonies of #FF9F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F85

Black with #FF9F85

Text Example


Text Example

White with #FF9F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F85; }

 p { color: rgb(255,159,133); }

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

background-color css

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

 a { background-color: rgb(255,159,133); }

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

border-color css

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

 span { border-color: rgb(255,159,133); }

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