Html Css Color HEX #F8A085 Vivid Tangerine

📋 copy color: '#F8A085'

red 248 ◦ green 160 ◦ blue 133

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

Shades of Vivid Tangerine #F8A085

Tints of Vivid Tangerine #F8A085

RGB

 RED value IS 248 (97.27% from 255) = 45.84%

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

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

R = 45.84%
G = 29.57%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F8A085 (or 0xF8A085) is known color: Vivid Tangerine. HEX triplet: F8, A0 and 85. RGB value is (248,160,133). Sum of RGB (Red+Green+Blue) = 248+160+133=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A085 is #075F7A. Grayscale: #B7B7B7. Windows color (decimal): -483195 or 8757496. OLE color: 8757496.

HSL color Cylindrical-coordinate representation of color #F8A085: hue angle of 14.09º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8A085 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 160 133 -
CMYK 0 0.35 0.46 0.03
HSL 14.09º 0.89% 0.75% -
HSV(B) 14.09º 0.46% 0.97% -
XYZ 55.52 46.79 28.3 -
YUV 183.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 248 160 133 0 0.35 0.46 0.03 14.09 0.89 0.75
Hex F8 A0 85 0 23 2E 3 E 59 4B
Octal 370 240 205 0 43 56 3 16 131 113
Binary 11111000 10100000 10000101 0 100011 101110 11 1110 1011001 1001011

Color Harmonies of #F8A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A085

Black with #F8A085

Text Example


Text Example

White with #F8A085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A085; }

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

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

background-color css

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

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

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

border-color css

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

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

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