Html Css Color HEX #FA9069 Atomic Tangerine

📋 copy color: '#FA9069'

red 250 ◦ green 144 ◦ blue 105

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

Shades of Atomic Tangerine #FA9069

Tints of Atomic Tangerine #FA9069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.04%

R = 50.1%
G = 28.86%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA9069 (or 0xFA9069) is known color: Atomic Tangerine. HEX triplet: FA, 90 and 69. RGB value is (250,144,105). Sum of RGB (Red+Green+Blue) = 250+144+105=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9069 is #056F96. Grayscale: #ABABAB. Windows color (decimal): -356247 or 6918394. OLE color: 6918394.

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

Color convert

RGB 250 144 105 -
CMYK 0 0.42 0.58 0.02
HSL 16.14º 0.94% 0.7% -
HSV(B) 16.14º 0.58% 0.98% -
XYZ 51.95 41.29 18.6 -
YUV 171.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 250 144 105 0 0.42 0.58 0.02 16.14 0.94 0.7
Hex FA 90 69 0 2A 3A 2 10 5E 46
Octal 372 220 151 0 52 72 2 20 136 106
Binary 11111010 10010000 1101001 0 101010 111010 10 10000 1011110 1000110

Color Harmonies of #FA9069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9069

Black with #FA9069

Text Example


Text Example

White with #FA9069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9069; }

 p { color: rgb(250,144,105); }

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

background-color css

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

 a { background-color: rgb(250,144,105); }

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

border-color css

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

 span { border-color: rgb(250,144,105); }

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