Html Css Color HEX #FA9A5E Atomic Tangerine

📋 copy color: '#FA9A5E'

red 250 ◦ green 154 ◦ blue 94

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

Shades of Atomic Tangerine #FA9A5E

Tints of Atomic Tangerine #FA9A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.92%

 BLUE value IS 94 (37.11% from 255) = 18.88%

R = 50.2%
G = 30.92%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA9A5E (or 0xFA9A5E) is known color: Atomic Tangerine. HEX triplet: FA, 9A and 5E. RGB value is (250,154,94). Sum of RGB (Red+Green+Blue) = 250+154+94=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9A5E is #0565A1. Grayscale: #B0B0B0. Windows color (decimal): -353698 or 6200058. OLE color: 6200058.

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

Color convert

RGB 250 154 94 -
CMYK 0 0.38 0.62 0.02
HSL 23.08º 0.94% 0.67% -
HSV(B) 23.08º 0.62% 0.98% -
XYZ 53 44.24 16.34 -
YUV 175.86 81.8 180.88 -
System Red Green Blue C M Y K H S L
Decimal 250 154 94 0 0.38 0.62 0.02 23.08 0.94 0.67
Hex FA 9A 5E 0 26 3E 2 17 5E 43
Octal 372 232 136 0 46 76 2 27 136 103
Binary 11111010 10011010 1011110 0 100110 111110 10 10111 1011110 1000011

Color Harmonies of #FA9A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9A5E

Black with #FA9A5E

Text Example


Text Example

White with #FA9A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9A5E; }

 p { color: rgb(250,154,94); }

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

background-color css

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

 a { background-color: rgb(250,154,94); }

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

border-color css

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

 span { border-color: rgb(250,154,94); }

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