Html Css Color HEX #FF9B7F Vivid Tangerine

📋 copy color: '#FF9B7F'

red 255 ◦ green 155 ◦ blue 127

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

Shades of Vivid Tangerine #FF9B7F

Tints of Vivid Tangerine #FF9B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.86%

 BLUE value IS 127 (50% from 255) = 23.65%

R = 47.49%
G = 28.86%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF9B7F (or 0xFF9B7F) is known color: Vivid Tangerine. HEX triplet: FF, 9B and 7F. RGB value is (255,155,127). Sum of RGB (Red+Green+Blue) = 255+155+127=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 127 (50% from 255 or 23.65% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9B7F is #006480. Grayscale: #B5B5B5. Windows color (decimal): -25729 or 8363007. OLE color: 8363007.

HSL color Cylindrical-coordinate representation of color #FF9B7F: hue angle of 13.12º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF9B7F is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 155 127 -
CMYK 0 0.39 0.50 0
HSL 13.13º 1% 0.75% -
HSV(B) 13.13º 0.5% 1% -
XYZ 56.79 46.24 26.01 -
YUV 181.71 97.13 180.28 -
System Red Green Blue C M Y K H S L
Decimal 255 155 127 0 0.39 0.50 0 13.13 1 0.75
Hex FF 9B 7F 0 27 32 0 D 64 4B
Octal 377 233 177 0 47 62 0 15 144 113
Binary 11111111 10011011 1111111 0 100111 110010 0 1101 1100100 1001011

Color Harmonies of #FF9B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9B7F

Black with #FF9B7F

Text Example


Text Example

White with #FF9B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9B7F; }

 p { color: rgb(255,155,127); }

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

background-color css

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

 a { background-color: rgb(255,155,127); }

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

border-color css

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

 span { border-color: rgb(255,155,127); }

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