Html Css Color HEX #F99070 Atomic Tangerine

📋 copy color: '#F99070'

red 249 ◦ green 144 ◦ blue 112

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

Shades of Atomic Tangerine #F99070

Tints of Atomic Tangerine #F99070

RGB

 RED value IS 249 (97.66% from 255) = 49.31%

 GREEN value IS 144 (56.64% from 255) = 28.51%

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

R = 49.31%
G = 28.51%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F99070 (or 0xF99070) is known color: Atomic Tangerine. HEX triplet: F9, 90 and 70. RGB value is (249,144,112). Sum of RGB (Red+Green+Blue) = 249+144+112=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F99070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99070 is #066F8F. Grayscale: #ABABAB. Windows color (decimal): -421776 or 7377145. OLE color: 7377145.

HSL color Cylindrical-coordinate representation of color #F99070: hue angle of 14.01º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F99070 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 144 112 -
CMYK 0 0.42 0.55 0.02
HSL 14.01º 0.92% 0.71% -
HSV(B) 14.01º 0.55% 0.98% -
XYZ 51.96 41.26 20.55 -
YUV 171.75 94.29 183.1 -
System Red Green Blue C M Y K H S L
Decimal 249 144 112 0 0.42 0.55 0.02 14.01 0.92 0.71
Hex F9 90 70 0 2A 37 2 E 5C 47
Octal 371 220 160 0 52 67 2 16 134 107
Binary 11111001 10010000 1110000 0 101010 110111 10 1110 1011100 1000111

Color Harmonies of #F99070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99070

Black with #F99070

Text Example


Text Example

White with #F99070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99070; }

 p { color: rgb(249,144,112); }

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

background-color css

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

 a { background-color: rgb(249,144,112); }

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

border-color css

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

 span { border-color: rgb(249,144,112); }

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