Html Css Color HEX #FAA185 Vivid Tangerine

📋 copy color: '#FAA185'

red 250 ◦ green 161 ◦ blue 133

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

Shades of Vivid Tangerine #FAA185

Tints of Vivid Tangerine #FAA185

RGB

 RED value IS 250 (98.05% from 255) = 45.96%

 GREEN value IS 161 (63.28% from 255) = 29.6%

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

R = 45.96%
G = 29.6%
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

#FAA185 (or 0xFAA185) is known color: Vivid Tangerine. HEX triplet: FA, A1 and 85. RGB value is (250,161,133). Sum of RGB (Red+Green+Blue) = 250+161+133=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA185 is #055E7A. Grayscale: #B8B8B8. Windows color (decimal): -351867 or 8757754. OLE color: 8757754.

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

Color convert

RGB 250 161 133 -
CMYK 0 0.36 0.47 0.02
HSL 14.36º 0.92% 0.75% -
HSV(B) 14.36º 0.47% 0.98% -
XYZ 56.4 47.51 28.39 -
YUV 184.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 250 161 133 0 0.36 0.47 0.02 14.36 0.92 0.75
Hex FA A1 85 0 24 2F 2 E 5C 4B
Octal 372 241 205 0 44 57 2 16 134 113
Binary 11111010 10100001 10000101 0 100100 101111 10 1110 1011100 1001011

Color Harmonies of #FAA185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA185

Black with #FAA185

Text Example


Text Example

White with #FAA185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA185; }

 p { color: rgb(250,161,133); }

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

background-color css

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

 a { background-color: rgb(250,161,133); }

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

border-color css

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

 span { border-color: rgb(250,161,133); }

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