Html Css Color HEX #F8947F Vivid Tangerine

📋 copy color: '#F8947F'

red 248 ◦ green 148 ◦ blue 127

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

Shades of Vivid Tangerine #F8947F

Tints of Vivid Tangerine #F8947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.3%

 BLUE value IS 127 (50% from 255) = 24.28%

R = 47.42%
G = 28.3%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F8947F (or 0xF8947F) is known color: Vivid Tangerine. HEX triplet: F8, 94 and 7F. RGB value is (248,148,127). Sum of RGB (Red+Green+Blue) = 248+148+127=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F8947F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8947F is #076B80. Grayscale: #AFAFAF. Windows color (decimal): -486273 or 8361208. OLE color: 8361208.

HSL color Cylindrical-coordinate representation of color #F8947F: hue angle of 10.41º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8947F is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 148 127 -
CMYK 0 0.40 0.49 0.03
HSL 10.41º 0.9% 0.74% -
HSV(B) 10.41º 0.49% 0.97% -
XYZ 53.13 42.67 25.51 -
YUV 175.51 100.63 179.71 -
System Red Green Blue C M Y K H S L
Decimal 248 148 127 0 0.40 0.49 0.03 10.41 0.9 0.74
Hex F8 94 7F 0 28 31 3 A 5A 4A
Octal 370 224 177 0 50 61 3 12 132 112
Binary 11111000 10010100 1111111 0 101000 110001 11 1010 1011010 1001010

Color Harmonies of #F8947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8947F

Black with #F8947F

Text Example


Text Example

White with #F8947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8947F; }

 p { color: rgb(248,148,127); }

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

background-color css

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

 a { background-color: rgb(248,148,127); }

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

border-color css

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

 span { border-color: rgb(248,148,127); }

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