Html Css Color HEX #FB9482 Vivid Tangerine

📋 copy color: '#FB9482'

red 251 ◦ green 148 ◦ blue 130

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

Shades of Vivid Tangerine #FB9482

Tints of Vivid Tangerine #FB9482

RGB

 RED value IS 251 (98.44% from 255) = 47.45%

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

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

R = 47.45%
G = 27.98%
B = 24.57%

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

#FB9482 (or 0xFB9482) is known color: Vivid Tangerine. HEX triplet: FB, 94 and 82. RGB value is (251,148,130). Sum of RGB (Red+Green+Blue) = 251+148+130=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9482 is #046B7D. Grayscale: #B0B0B0. Windows color (decimal): -289662 or 8557819. OLE color: 8557819.

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

Color convert

RGB 251 148 130 -
CMYK 0 0.41 0.48 0.02
HSL 8.93º 0.94% 0.75% -
HSV(B) 8.93º 0.48% 0.98% -
XYZ 54.4 43.3 26.61 -
YUV 176.75 101.62 180.96 -
System Red Green Blue C M Y K H S L
Decimal 251 148 130 0 0.41 0.48 0.02 8.93 0.94 0.75
Hex FB 94 82 0 29 30 2 9 5E 4B
Octal 373 224 202 0 51 60 2 11 136 113
Binary 11111011 10010100 10000010 0 101001 110000 10 1001 1011110 1001011

Color Harmonies of #FB9482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9482

Black with #FB9482

Text Example


Text Example

White with #FB9482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9482; }

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

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

background-color css

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

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

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

border-color css

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

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

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