Html Css Color HEX #FBA082 Vivid Tangerine

📋 copy color: '#FBA082'

red 251 ◦ green 160 ◦ blue 130

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

Shades of Vivid Tangerine #FBA082

Tints of Vivid Tangerine #FBA082

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.57%

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

R = 46.4%
G = 29.57%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FBA082 (or 0xFBA082) is known color: Vivid Tangerine. HEX triplet: FB, A0 and 82. RGB value is (251,160,130). Sum of RGB (Red+Green+Blue) = 251+160+130=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA082 is #045F7D. Grayscale: #B8B8B8. Windows color (decimal): -286590 or 8560891. OLE color: 8560891.

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

Color convert

RGB 251 160 130 -
CMYK 0 0.36 0.48 0.02
HSL 14.88º 0.94% 0.75% -
HSV(B) 14.88º 0.48% 0.98% -
XYZ 56.38 47.26 27.27 -
YUV 183.79 97.65 175.94 -
System Red Green Blue C M Y K H S L
Decimal 251 160 130 0 0.36 0.48 0.02 14.88 0.94 0.75
Hex FB A0 82 0 24 30 2 F 5E 4B
Octal 373 240 202 0 44 60 2 17 136 113
Binary 11111011 10100000 10000010 0 100100 110000 10 1111 1011110 1001011

Color Harmonies of #FBA082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA082

Black with #FBA082

Text Example


Text Example

White with #FBA082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA082; }

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

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

background-color css

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

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

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

border-color css

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

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

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