Html Css Color HEX #FF9D7F Vivid Tangerine

📋 copy color: '#FF9D7F'

red 255 ◦ green 157 ◦ blue 127

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

Shades of Vivid Tangerine #FF9D7F

Tints of Vivid Tangerine #FF9D7F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.13%

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

R = 47.31%
G = 29.13%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF9D7F (or 0xFF9D7F) is known color: Vivid Tangerine. HEX triplet: FF, 9D and 7F. RGB value is (255,157,127). Sum of RGB (Red+Green+Blue) = 255+157+127=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D7F is #006280. Grayscale: #B7B7B7. Windows color (decimal): -25217 or 8363519. OLE color: 8363519.

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

Color convert

RGB 255 157 127 -
CMYK 0 0.38 0.50 0
HSL 14.06º 1% 0.75% -
HSV(B) 14.06º 0.5% 1% -
XYZ 57.13 46.91 26.12 -
YUV 182.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 255 157 127 0 0.38 0.50 0 14.06 1 0.75
Hex FF 9D 7F 0 26 32 0 E 64 4B
Octal 377 235 177 0 46 62 0 16 144 113
Binary 11111111 10011101 1111111 0 100110 110010 0 1110 1100100 1001011

Color Harmonies of #FF9D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9D7F

Black with #FF9D7F

Text Example


Text Example

White with #FF9D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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