Html Css Color HEX #F89970 Atomic Tangerine

📋 copy color: '#F89970'

red 248 ◦ green 153 ◦ blue 112

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

Shades of Atomic Tangerine #F89970

Tints of Atomic Tangerine #F89970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.82%

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

R = 48.34%
G = 29.82%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F89970 (or 0xF89970) is known color: Atomic Tangerine. HEX triplet: F8, 99 and 70. RGB value is (248,153,112). Sum of RGB (Red+Green+Blue) = 248+153+112=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F89970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89970 is #07668F. Grayscale: #B0B0B0. Windows color (decimal): -485008 or 7379448. OLE color: 7379448.

HSL color Cylindrical-coordinate representation of color #F89970: hue angle of 18.09º 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 #F89970 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 153 112 -
CMYK 0 0.38 0.55 0.03
HSL 18.09º 0.91% 0.71% -
HSV(B) 18.09º 0.55% 0.97% -
XYZ 53.03 43.91 21.01 -
YUV 176.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 248 153 112 0 0.38 0.55 0.03 18.09 0.91 0.71
Hex F8 99 70 0 26 37 3 12 5B 47
Octal 370 231 160 0 46 67 3 22 133 107
Binary 11111000 10011001 1110000 0 100110 110111 11 10010 1011011 1000111

Color Harmonies of #F89970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89970

Black with #F89970

Text Example


Text Example

White with #F89970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89970; }

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

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

background-color css

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

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

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

border-color css

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

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

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