Html Css Color HEX #F99A70 Atomic Tangerine

📋 copy color: '#F99A70'

red 249 ◦ green 154 ◦ blue 112

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

Shades of Atomic Tangerine #F99A70

Tints of Atomic Tangerine #F99A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.9%

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

R = 48.35%
G = 29.9%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F99A70 (or 0xF99A70) is known color: Atomic Tangerine. HEX triplet: F9, 9A and 70. RGB value is (249,154,112). Sum of RGB (Red+Green+Blue) = 249+154+112=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99A70 is #06658F. Grayscale: #B1B1B1. Windows color (decimal): -419216 or 7379705. OLE color: 7379705.

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

Color convert

RGB 249 154 112 -
CMYK 0 0.38 0.55 0.02
HSL 18.39º 0.92% 0.71% -
HSV(B) 18.39º 0.55% 0.98% -
XYZ 53.55 44.42 21.08 -
YUV 177.62 90.97 178.92 -
System Red Green Blue C M Y K H S L
Decimal 249 154 112 0 0.38 0.55 0.02 18.39 0.92 0.71
Hex F9 9A 70 0 26 37 2 12 5C 47
Octal 371 232 160 0 46 67 2 22 134 107
Binary 11111001 10011010 1110000 0 100110 110111 10 10010 1011100 1000111

Color Harmonies of #F99A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99A70

Black with #F99A70

Text Example


Text Example

White with #F99A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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