Html Css Color HEX #FBA085 Vivid Tangerine

📋 copy color: '#FBA085'

red 251 ◦ green 160 ◦ blue 133

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

Shades of Vivid Tangerine #FBA085

Tints of Vivid Tangerine #FBA085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.45%

R = 46.14%
G = 29.41%
B = 24.45%

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

#FBA085 (or 0xFBA085) is known color: Vivid Tangerine. HEX triplet: FB, A0 and 85. RGB value is (251,160,133). Sum of RGB (Red+Green+Blue) = 251+160+133=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA085 is #045F7A. Grayscale: #B8B8B8. Windows color (decimal): -286587 or 8757499. OLE color: 8757499.

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

Color convert

RGB 251 160 133 -
CMYK 0 0.36 0.47 0.02
HSL 13.73º 0.94% 0.75% -
HSV(B) 13.73º 0.47% 0.98% -
XYZ 56.59 47.34 28.35 -
YUV 184.13 99.15 175.7 -
System Red Green Blue C M Y K H S L
Decimal 251 160 133 0 0.36 0.47 0.02 13.73 0.94 0.75
Hex FB A0 85 0 24 2F 2 E 5E 4B
Octal 373 240 205 0 44 57 2 16 136 113
Binary 11111011 10100000 10000101 0 100100 101111 10 1110 1011110 1001011

Color Harmonies of #FBA085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA085

Black with #FBA085

Text Example


Text Example

White with #FBA085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA085; }

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

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

background-color css

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

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

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

border-color css

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

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

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