Html Css Color HEX #FA945B Atomic Tangerine

📋 copy color: '#FA945B'

red 250 ◦ green 148 ◦ blue 91

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

Shades of Atomic Tangerine #FA945B

Tints of Atomic Tangerine #FA945B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.61%

R = 51.12%
G = 30.27%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA945B (or 0xFA945B) is known color: Atomic Tangerine. HEX triplet: FA, 94 and 5B. RGB value is (250,148,91). Sum of RGB (Red+Green+Blue) = 250+148+91=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA945B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA945B is #056BA4. Grayscale: #ACACAC. Windows color (decimal): -355237 or 6001914. OLE color: 6001914.

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

Color convert

RGB 250 148 91 -
CMYK 0 0.41 0.64 0.02
HSL 21.51º 0.94% 0.67% -
HSV(B) 21.51º 0.64% 0.98% -
XYZ 51.9 42.26 15.32 -
YUV 172 82.29 183.63 -
System Red Green Blue C M Y K H S L
Decimal 250 148 91 0 0.41 0.64 0.02 21.51 0.94 0.67
Hex FA 94 5B 0 29 40 2 16 5E 43
Octal 372 224 133 0 51 100 2 26 136 103
Binary 11111010 10010100 1011011 0 101001 1000000 10 10110 1011110 1000011

Color Harmonies of #FA945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA945B

Black with #FA945B

Text Example


Text Example

White with #FA945B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA945B; }

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

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

background-color css

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

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

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

border-color css

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

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

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