Html Css Color HEX #FBA084 Vivid Tangerine

📋 copy color: '#FBA084'

red 251 ◦ green 160 ◦ blue 132

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

Shades of Vivid Tangerine #FBA084

Tints of Vivid Tangerine #FBA084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.31%

R = 46.22%
G = 29.47%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBA084 (or 0xFBA084) is known color: Vivid Tangerine. HEX triplet: FB, A0 and 84. RGB value is (251,160,132). Sum of RGB (Red+Green+Blue) = 251+160+132=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA084 is #045F7B. Grayscale: #B8B8B8. Windows color (decimal): -286588 or 8691963. OLE color: 8691963.

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

Color convert

RGB 251 160 132 -
CMYK 0 0.36 0.47 0.02
HSL 14.12º 0.94% 0.75% -
HSV(B) 14.12º 0.47% 0.98% -
XYZ 56.52 47.32 27.98 -
YUV 184.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 251 160 132 0 0.36 0.47 0.02 14.12 0.94 0.75
Hex FB A0 84 0 24 2F 2 E 5E 4B
Octal 373 240 204 0 44 57 2 16 136 113
Binary 11111011 10100000 10000100 0 100100 101111 10 1110 1011110 1001011

Color Harmonies of #FBA084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA084

Black with #FBA084

Text Example


Text Example

White with #FBA084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA084; }

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

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

background-color css

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

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

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

border-color css

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

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

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