Html Css Color HEX #F99482 Vivid Tangerine

📋 copy color: '#F99482'

red 249 ◦ green 148 ◦ blue 130

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

Shades of Vivid Tangerine #F99482

Tints of Vivid Tangerine #F99482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.08%

 BLUE value IS 130 (51.17% from 255) = 24.67%

R = 47.25%
G = 28.08%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F99482 (or 0xF99482) is known color: Vivid Tangerine. HEX triplet: F9, 94 and 82. RGB value is (249,148,130). Sum of RGB (Red+Green+Blue) = 249+148+130=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F99482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99482 is #066B7D. Grayscale: #B0B0B0. Windows color (decimal): -420734 or 8557817. OLE color: 8557817.

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

Color convert

RGB 249 148 130 -
CMYK 0 0.41 0.48 0.02
HSL 9.08º 0.91% 0.74% -
HSV(B) 9.08º 0.48% 0.98% -
XYZ 53.69 42.93 26.58 -
YUV 176.15 101.96 179.96 -
System Red Green Blue C M Y K H S L
Decimal 249 148 130 0 0.41 0.48 0.02 9.08 0.91 0.74
Hex F9 94 82 0 29 30 2 9 5B 4A
Octal 371 224 202 0 51 60 2 11 133 112
Binary 11111001 10010100 10000010 0 101001 110000 10 1001 1011011 1001010

Color Harmonies of #F99482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99482

Black with #F99482

Text Example


Text Example

White with #F99482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99482; }

 p { color: rgb(249,148,130); }

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

background-color css

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

 a { background-color: rgb(249,148,130); }

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

border-color css

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

 span { border-color: rgb(249,148,130); }

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