Html Css Color HEX #FA955D Atomic Tangerine

📋 copy color: '#FA955D'

red 250 ◦ green 149 ◦ blue 93

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

Shades of Atomic Tangerine #FA955D

Tints of Atomic Tangerine #FA955D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.9%

R = 50.81%
G = 30.28%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA955D (or 0xFA955D) is known color: Atomic Tangerine. HEX triplet: FA, 95 and 5D. RGB value is (250,149,93). Sum of RGB (Red+Green+Blue) = 250+149+93=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA955D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA955D is #056AA2. Grayscale: #ADADAD. Windows color (decimal): -354979 or 6133242. OLE color: 6133242.

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

Color convert

RGB 250 149 93 -
CMYK 0 0.40 0.63 0.02
HSL 21.4º 0.94% 0.67% -
HSV(B) 21.4º 0.63% 0.98% -
XYZ 52.15 42.61 15.83 -
YUV 172.82 82.96 183.05 -
System Red Green Blue C M Y K H S L
Decimal 250 149 93 0 0.40 0.63 0.02 21.4 0.94 0.67
Hex FA 95 5D 0 28 3F 2 15 5E 43
Octal 372 225 135 0 50 77 2 25 136 103
Binary 11111010 10010101 1011101 0 101000 111111 10 10101 1011110 1000011

Color Harmonies of #FA955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA955D

Black with #FA955D

Text Example


Text Example

White with #FA955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA955D; }

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

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

background-color css

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

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

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

border-color css

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

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

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