#F99B7E

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

Shades of Vivid Tangerine #F99B7E

Tints of Vivid Tangerine #F99B7E

Color information

#F99B7E (or 0xF99B7E) is unknown color: approx Vivid Tangerine. HEX triplet: F9, 9B and 7E. RGB value is (249,155,126). Sum of RGB (Red+Green+Blue) = 249+155+126=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F99B7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99B7E is #066481. Grayscale: #B4B4B4. Windows color (decimal): -418946 or 8297465. OLE color: 8297465.

HSL color Cylindrical-coordinate representation of color #F99B7E: hue angle of 14.15º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F99B7E is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB249155126-
CMYK00.380.490.02
HSL14.15º91.11%73.53%-
HSV(B)14.15º49.4%97.65%-
XYZ54.5545.0925.57-
YUV179.897.64177.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.98%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 126 (49.61% from 255) = 23.77%
R=46.98%
G=29.25%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915512600.380.490.0214.1591.1173.53
HexF99B7E026312e5b4a
Octal37123317604661216133112
Binary11111001100110111111110010011011000110111010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99B7E; }

 p { color: rgb(249,155,126); }

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

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

 a { background-color: rgb(249,155,126); }

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

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

 span { border-color: rgb(249,155,126); }

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