Html Css Color HEX #FA9470 Atomic Tangerine

📋 copy color: '#FA9470'

red 250 ◦ green 148 ◦ blue 112

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

Shades of Atomic Tangerine #FA9470

Tints of Atomic Tangerine #FA9470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.02%

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

R = 49.02%
G = 29.02%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA9470 (or 0xFA9470) is known color: Atomic Tangerine. HEX triplet: FA, 94 and 70. RGB value is (250,148,112). Sum of RGB (Red+Green+Blue) = 250+148+112=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9470 is #056B8F. Grayscale: #AEAEAE. Windows color (decimal): -355216 or 7378170. OLE color: 7378170.

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

Color convert

RGB 250 148 112 -
CMYK 0 0.41 0.55 0.02
HSL 15.65º 0.93% 0.71% -
HSV(B) 15.65º 0.55% 0.98% -
XYZ 52.94 42.67 20.78 -
YUV 174.39 92.79 181.93 -
System Red Green Blue C M Y K H S L
Decimal 250 148 112 0 0.41 0.55 0.02 15.65 0.93 0.71
Hex FA 94 70 0 29 37 2 10 5D 47
Octal 372 224 160 0 51 67 2 20 135 107
Binary 11111010 10010100 1110000 0 101001 110111 10 10000 1011101 1000111

Color Harmonies of #FA9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9470

Black with #FA9470

Text Example


Text Example

White with #FA9470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9470; }

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

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

background-color css

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

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

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

border-color css

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

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

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