#FF907D

Color #FF907D Vivid Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Tangerine #FF907D

Tints of Vivid Tangerine #FF907D

Color information

#FF907D (or 0xFF907D) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 90 and 7D. RGB value is (255,144,125). Sum of RGB (Red+Green+Blue) = 255+144+125=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF907D is #006F82. Grayscale: #AFAFAF. Windows color (decimal): -28547 or 8229119. OLE color: 8229119.

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

Color convert

RGB255144125-
CMYK00.440.510
HSL8.77º100%74.51%-
HSV(B)8.77º50.98%100%-
XYZ54.9142.6924.75-
YUV175.0299.77185.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.66%
GREEN value IS 144 (56.64% from 255) = 27.48%
BLUE value IS 125 (49.22% from 255) = 23.85%
R=48.66%
G=27.48%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514412500.440.5108.7710074.51
HexFF907D02C3309644b
Octal37722017505463011144113
Binary1111111110010000111110101011001100110100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF907D; }

 p { color: rgb(255,144,125); }

 H1.HeaderClassName
 {
   color: #FF907D;
 }
 .AnyTagClassName
 {
   color: #FF907D;
 }
</style>
background-color css

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

 a { background-color: rgb(255,144,125); }

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

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

 span { border-color: rgb(255,144,125); }

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