Html Css Color HEX #F99280 Vivid Tangerine

📋 copy color: '#F99280'

red 249 ◦ green 146 ◦ blue 128

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

Shades of Vivid Tangerine #F99280

Tints of Vivid Tangerine #F99280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.92%

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

R = 47.61%
G = 27.92%
B = 24.47%

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

#F99280 (or 0xF99280) is known color: Vivid Tangerine. HEX triplet: F9, 92 and 80. RGB value is (249,146,128). Sum of RGB (Red+Green+Blue) = 249+146+128=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F99280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99280 is #066D7F. Grayscale: #AEAEAE. Windows color (decimal): -421248 or 8426233. OLE color: 8426233.

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

Color convert

RGB 249 146 128 -
CMYK 0 0.41 0.49 0.02
HSL 8.93º 0.91% 0.74% -
HSV(B) 8.93º 0.49% 0.98% -
XYZ 53.24 42.26 25.77 -
YUV 174.75 101.62 180.96 -
System Red Green Blue C M Y K H S L
Decimal 249 146 128 0 0.41 0.49 0.02 8.93 0.91 0.74
Hex F9 92 80 0 29 31 2 9 5B 4A
Octal 371 222 200 0 51 61 2 11 133 112
Binary 11111001 10010010 10000000 0 101001 110001 10 1001 1011011 1001010

Color Harmonies of #F99280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99280

Black with #F99280

Text Example


Text Example

White with #F99280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99280; }

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

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

background-color css

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

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

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

border-color css

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

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

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