Html Css Color HEX #FA906C Atomic Tangerine

📋 copy color: '#FA906C'

red 250 ◦ green 144 ◦ blue 108

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

Shades of Atomic Tangerine #FA906C

Tints of Atomic Tangerine #FA906C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.51%

R = 49.8%
G = 28.69%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA906C (or 0xFA906C) is known color: Atomic Tangerine. HEX triplet: FA, 90 and 6C. RGB value is (250,144,108). Sum of RGB (Red+Green+Blue) = 250+144+108=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA906C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA906C is #056F93. Grayscale: #ABABAB. Windows color (decimal): -356244 or 7115002. OLE color: 7115002.

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

Color convert

RGB 250 144 108 -
CMYK 0 0.42 0.57 0.02
HSL 15.21º 0.93% 0.7% -
HSV(B) 15.21º 0.57% 0.98% -
XYZ 52.1 41.35 19.42 -
YUV 171.59 92.12 183.93 -
System Red Green Blue C M Y K H S L
Decimal 250 144 108 0 0.42 0.57 0.02 15.21 0.93 0.7
Hex FA 90 6C 0 2A 39 2 F 5D 46
Octal 372 220 154 0 52 71 2 17 135 106
Binary 11111010 10010000 1101100 0 101010 111001 10 1111 1011101 1000110

Color Harmonies of #FA906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA906C

Black with #FA906C

Text Example


Text Example

White with #FA906C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA906C; }

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

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

background-color css

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

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

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

border-color css

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

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

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