Html Css Color HEX #FA956B Atomic Tangerine

📋 copy color: '#FA956B'

red 250 ◦ green 149 ◦ blue 107

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

Shades of Atomic Tangerine #FA956B

Tints of Atomic Tangerine #FA956B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.45%

 BLUE value IS 107 (42.19% from 255) = 21.15%

R = 49.41%
G = 29.45%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA956B (or 0xFA956B) is known color: Atomic Tangerine. HEX triplet: FA, 95 and 6B. RGB value is (250,149,107). Sum of RGB (Red+Green+Blue) = 250+149+107=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA956B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA956B is #056A94. Grayscale: #AEAEAE. Windows color (decimal): -354965 or 7050746. OLE color: 7050746.

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

Color convert

RGB 250 149 107 -
CMYK 0 0.40 0.57 0.02
HSL 17.62º 0.93% 0.7% -
HSV(B) 17.62º 0.57% 0.98% -
XYZ 52.83 42.88 19.4 -
YUV 174.41 89.96 181.92 -
System Red Green Blue C M Y K H S L
Decimal 250 149 107 0 0.40 0.57 0.02 17.62 0.93 0.7
Hex FA 95 6B 0 28 39 2 12 5D 46
Octal 372 225 153 0 50 71 2 22 135 106
Binary 11111010 10010101 1101011 0 101000 111001 10 10010 1011101 1000110

Color Harmonies of #FA956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA956B

Black with #FA956B

Text Example


Text Example

White with #FA956B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA956B; }

 p { color: rgb(250,149,107); }

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

background-color css

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

 a { background-color: rgb(250,149,107); }

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

border-color css

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

 span { border-color: rgb(250,149,107); }

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