Html Css Color HEX #F89270 Atomic Tangerine

📋 copy color: '#F89270'

red 248 ◦ green 146 ◦ blue 112

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

Shades of Atomic Tangerine #F89270

Tints of Atomic Tangerine #F89270

RGB

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

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

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

R = 49.01%
G = 28.85%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F89270 (or 0xF89270) is known color: Atomic Tangerine. HEX triplet: F8, 92 and 70. RGB value is (248,146,112). Sum of RGB (Red+Green+Blue) = 248+146+112=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F89270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89270 is #076D8F. Grayscale: #ACACAC. Windows color (decimal): -486800 or 7377656. OLE color: 7377656.

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

Color convert

RGB 248 146 112 -
CMYK 0 0.41 0.55 0.03
HSL 15º 0.91% 0.71% -
HSV(B) 15º 0.55% 0.97% -
XYZ 51.91 41.68 20.64 -
YUV 172.62 93.79 181.76 -
System Red Green Blue C M Y K H S L
Decimal 248 146 112 0 0.41 0.55 0.03 15 0.91 0.71
Hex F8 92 70 0 29 37 3 F 5B 47
Octal 370 222 160 0 51 67 3 17 133 107
Binary 11111000 10010010 1110000 0 101001 110111 11 1111 1011011 1000111

Color Harmonies of #F89270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89270

Black with #F89270

Text Example


Text Example

White with #F89270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89270; }

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

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

background-color css

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

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

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

border-color css

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

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

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