Html Css Color HEX #F99380 Vivid Tangerine

📋 copy color: '#F99380'

red 249 ◦ green 147 ◦ blue 128

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

Shades of Vivid Tangerine #F99380

Tints of Vivid Tangerine #F99380

RGB

 RED value IS 249 (97.66% from 255) = 47.52%

 GREEN value IS 147 (57.81% from 255) = 28.05%

 BLUE value IS 128 (50.39% from 255) = 24.43%

R = 47.52%
G = 28.05%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F99380 (or 0xF99380) is known color: Vivid Tangerine. HEX triplet: F9, 93 and 80. RGB value is (249,147,128). Sum of RGB (Red+Green+Blue) = 249+147+128=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F99380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99380 is #066C7F. Grayscale: #AFAFAF. Windows color (decimal): -420992 or 8426489. OLE color: 8426489.

HSL color Cylindrical-coordinate representation of color #F99380: hue angle of 9.42º 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 #F99380 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 147 128 -
CMYK 0 0.41 0.49 0.02
HSL 9.42º 0.91% 0.74% -
HSV(B) 9.42º 0.49% 0.98% -
XYZ 53.4 42.57 25.82 -
YUV 175.33 101.29 180.54 -
System Red Green Blue C M Y K H S L
Decimal 249 147 128 0 0.41 0.49 0.02 9.42 0.91 0.74
Hex F9 93 80 0 29 31 2 9 5B 4A
Octal 371 223 200 0 51 61 2 11 133 112
Binary 11111001 10010011 10000000 0 101001 110001 10 1001 1011011 1001010

Color Harmonies of #F99380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99380

Black with #F99380

Text Example


Text Example

White with #F99380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99380; }

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

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

background-color css

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

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

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

border-color css

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

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

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