Html Css Color HEX #FF9982 Vivid Tangerine

📋 copy color: '#FF9982'

red 255 ◦ green 153 ◦ blue 130

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

Shades of Vivid Tangerine #FF9982

Tints of Vivid Tangerine #FF9982

RGB

 RED value IS 255 (100% from 255) = 47.4%

 GREEN value IS 153 (60.16% from 255) = 28.44%

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

R = 47.4%
G = 28.44%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF9982 (or 0xFF9982) is known color: Vivid Tangerine. HEX triplet: FF, 99 and 82. RGB value is (255,153,130). Sum of RGB (Red+Green+Blue) = 255+153+130=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9982 is #00667D. Grayscale: #B5B5B5. Windows color (decimal): -26238 or 8559103. OLE color: 8559103.

HSL color Cylindrical-coordinate representation of color #FF9982: hue angle of 11.04º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF9982 is Cyan = 0, Magento = 0.4, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB 255 153 130 -
CMYK 0 0.4 0.49 0
HSL 11.04º 1% 0.75% -
HSV(B) 11.04º 0.49% 1% -
XYZ 56.66 45.65 26.94 -
YUV 180.88 99.29 180.87 -
System Red Green Blue C M Y K H S L
Decimal 255 153 130 0 0.4 0.49 0 11.04 1 0.75
Hex FF 99 82 0 28 31 0 B 64 4B
Octal 377 231 202 0 50 61 0 13 144 113
Binary 11111111 10011001 10000010 0 101000 110001 0 1011 1100100 1001011

Color Harmonies of #FF9982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9982

Black with #FF9982

Text Example


Text Example

White with #FF9982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9982; }

 p { color: rgb(255,153,130); }

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

background-color css

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

 a { background-color: rgb(255,153,130); }

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

border-color css

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

 span { border-color: rgb(255,153,130); }

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