Html Css Color HEX #F8A68A Vivid Tangerine

📋 copy color: '#F8A68A'

red 248 ◦ green 166 ◦ blue 138

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

Shades of Vivid Tangerine #F8A68A

Tints of Vivid Tangerine #F8A68A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.07%

 BLUE value IS 138 (54.3% from 255) = 25%

R = 44.93%
G = 30.07%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8A68A (or 0xF8A68A) is known color: Vivid Tangerine. HEX triplet: F8, A6 and 8A. RGB value is (248,166,138). Sum of RGB (Red+Green+Blue) = 248+166+138=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A68A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A68A is #075975. Grayscale: #BBBBBB. Windows color (decimal): -481654 or 9086712. OLE color: 9086712.

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

Color convert

RGB 248 166 138 -
CMYK 0 0.33 0.44 0.03
HSL 15.27º 0.89% 0.76% -
HSV(B) 15.27º 0.44% 0.97% -
XYZ 56.94 49.06 30.51 -
YUV 187.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 248 166 138 0 0.33 0.44 0.03 15.27 0.89 0.76
Hex F8 A6 8A 0 21 2C 3 F 59 4C
Octal 370 246 212 0 41 54 3 17 131 114
Binary 11111000 10100110 10001010 0 100001 101100 11 1111 1011001 1001100

Color Harmonies of #F8A68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A68A

Black with #F8A68A

Text Example


Text Example

White with #F8A68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A68A; }

 p { color: rgb(248,166,138); }

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

background-color css

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

 a { background-color: rgb(248,166,138); }

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

border-color css

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

 span { border-color: rgb(248,166,138); }

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