Html Css Color HEX #FA9A70 Atomic Tangerine

📋 copy color: '#FA9A70'

red 250 ◦ green 154 ◦ blue 112

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

Shades of Atomic Tangerine #FA9A70

Tints of Atomic Tangerine #FA9A70

RGB

 RED value IS 250 (98.05% from 255) = 48.45%

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

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

R = 48.45%
G = 29.84%
B = 21.71%

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

#FA9A70 (or 0xFA9A70) is known color: Atomic Tangerine. HEX triplet: FA, 9A and 70. RGB value is (250,154,112). Sum of RGB (Red+Green+Blue) = 250+154+112=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9A70 is #05658F. Grayscale: #B2B2B2. Windows color (decimal): -353680 or 7379706. OLE color: 7379706.

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

Color convert

RGB 250 154 112 -
CMYK 0 0.38 0.55 0.02
HSL 18.26º 0.93% 0.71% -
HSV(B) 18.26º 0.55% 0.98% -
XYZ 53.9 44.61 21.1 -
YUV 177.92 90.8 179.42 -
System Red Green Blue C M Y K H S L
Decimal 250 154 112 0 0.38 0.55 0.02 18.26 0.93 0.71
Hex FA 9A 70 0 26 37 2 12 5D 47
Octal 372 232 160 0 46 67 2 22 135 107
Binary 11111010 10011010 1110000 0 100110 110111 10 10010 1011101 1000111

Color Harmonies of #FA9A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9A70

Black with #FA9A70

Text Example


Text Example

White with #FA9A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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