Html Css Color HEX #F8927D Vivid Tangerine

📋 copy color: '#F8927D'

red 248 ◦ green 146 ◦ blue 125

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

Shades of Vivid Tangerine #F8927D

Tints of Vivid Tangerine #F8927D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.13%

 BLUE value IS 125 (49.22% from 255) = 24.08%

R = 47.78%
G = 28.13%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8927D (or 0xF8927D) is known color: Vivid Tangerine. HEX triplet: F8, 92 and 7D. RGB value is (248,146,125). Sum of RGB (Red+Green+Blue) = 248+146+125=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F8927D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8927D is #076D82. Grayscale: #AEAEAE. Windows color (decimal): -486787 or 8229624. OLE color: 8229624.

HSL color Cylindrical-coordinate representation of color #F8927D: hue angle of 10.24º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8927D is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 146 125 -
CMYK 0 0.41 0.50 0.03
HSL 10.24º 0.9% 0.73% -
HSV(B) 10.24º 0.5% 0.97% -
XYZ 52.69 41.99 24.73 -
YUV 174.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 248 146 125 0 0.41 0.50 0.03 10.24 0.9 0.73
Hex F8 92 7D 0 29 32 3 A 5A 49
Octal 370 222 175 0 51 62 3 12 132 111
Binary 11111000 10010010 1111101 0 101001 110010 11 1010 1011010 1001001

Color Harmonies of #F8927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8927D

Black with #F8927D

Text Example


Text Example

White with #F8927D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8927D; }

 p { color: rgb(248,146,125); }

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

background-color css

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

 a { background-color: rgb(248,146,125); }

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

border-color css

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

 span { border-color: rgb(248,146,125); }

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