#F99381

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

Shades of Vivid Tangerine #F99381

Tints of Vivid Tangerine #F99381

Color information

#F99381 (or 0xF99381) is unknown color: approx Vivid Tangerine. HEX triplet: F9, 93 and 81. RGB value is (249,147,129). Sum of RGB (Red+Green+Blue) = 249+147+129=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F99381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99381 is #066C7E. Grayscale: #AFAFAF. Windows color (decimal): -420991 or 8492025. OLE color: 8492025.

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

Color convert

RGB249147129-
CMYK00.410.480.02
HSL90.91%74.12%-
HSV(B)48.19%97.65%-
XYZ53.4642.5926.17-
YUV175.45101.79180.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.43%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 129 (50.78% from 255) = 24.57%
R=47.43%
G=28%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914712900.410.480.02990.9174.12
HexF9938102930295b4a
Octal37122320105160211133112
Binary111110011001001110000001010100111000010100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99381; }

 p { color: rgb(249,147,129); }

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

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

 a { background-color: rgb(249,147,129); }

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

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

 span { border-color: rgb(249,147,129); }

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