Html Css Color HEX #F89470 Atomic Tangerine

📋 copy color: '#F89470'

red 248 ◦ green 148 ◦ blue 112

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

Shades of Atomic Tangerine #F89470

Tints of Atomic Tangerine #F89470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.05%

R = 48.82%
G = 29.13%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F89470 (or 0xF89470) is known color: Atomic Tangerine. HEX triplet: F8, 94 and 70. RGB value is (248,148,112). Sum of RGB (Red+Green+Blue) = 248+148+112=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F89470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89470 is #076B8F. Grayscale: #AEAEAE. Windows color (decimal): -486288 or 7378168. OLE color: 7378168.

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

Color convert

RGB 248 148 112 -
CMYK 0 0.40 0.55 0.03
HSL 15.88º 0.91% 0.71% -
HSV(B) 15.88º 0.55% 0.97% -
XYZ 52.23 42.31 20.74 -
YUV 173.8 93.13 180.93 -
System Red Green Blue C M Y K H S L
Decimal 248 148 112 0 0.40 0.55 0.03 15.88 0.91 0.71
Hex F8 94 70 0 28 37 3 10 5B 47
Octal 370 224 160 0 50 67 3 20 133 107
Binary 11111000 10010100 1110000 0 101000 110111 11 10000 1011011 1000111

Color Harmonies of #F89470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89470

Black with #F89470

Text Example


Text Example

White with #F89470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89470; }

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

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

background-color css

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

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

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

border-color css

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

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

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