Html Css Color HEX #FA955B Atomic Tangerine

📋 copy color: '#FA955B'

red 250 ◦ green 149 ◦ blue 91

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

Shades of Atomic Tangerine #FA955B

Tints of Atomic Tangerine #FA955B

RGB

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

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

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

R = 51.02%
G = 30.41%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA955B (or 0xFA955B) is known color: Atomic Tangerine. HEX triplet: FA, 95 and 5B. RGB value is (250,149,91). Sum of RGB (Red+Green+Blue) = 250+149+91=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA955B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA955B is #056AA4. Grayscale: #ACACAC. Windows color (decimal): -354981 or 6002170. OLE color: 6002170.

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

Color convert

RGB 250 149 91 -
CMYK 0 0.40 0.64 0.02
HSL 21.89º 0.94% 0.67% -
HSV(B) 21.89º 0.64% 0.98% -
XYZ 52.06 42.57 15.37 -
YUV 172.59 81.96 183.22 -
System Red Green Blue C M Y K H S L
Decimal 250 149 91 0 0.40 0.64 0.02 21.89 0.94 0.67
Hex FA 95 5B 0 28 40 2 16 5E 43
Octal 372 225 133 0 50 100 2 26 136 103
Binary 11111010 10010101 1011011 0 101000 1000000 10 10110 1011110 1000011

Color Harmonies of #FA955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA955B

Black with #FA955B

Text Example


Text Example

White with #FA955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA955B; }

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

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

background-color css

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

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

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

border-color css

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

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

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