Html Css Color HEX #FA965A Atomic Tangerine

📋 copy color: '#FA965A'

red 250 ◦ green 150 ◦ blue 90

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

Shades of Atomic Tangerine #FA965A

Tints of Atomic Tangerine #FA965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.61%

 BLUE value IS 90 (35.55% from 255) = 18.37%

R = 51.02%
G = 30.61%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA965A (or 0xFA965A) is known color: Atomic Tangerine. HEX triplet: FA, 96 and 5A. RGB value is (250,150,90). Sum of RGB (Red+Green+Blue) = 250+150+90=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA965A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA965A is #0569A5. Grayscale: #ADADAD. Windows color (decimal): -354726 or 5936890. OLE color: 5936890.

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

Color convert

RGB 250 150 90 -
CMYK 0 0.4 0.64 0.02
HSL 22.5º 0.94% 0.67% -
HSV(B) 22.5º 0.64% 0.98% -
XYZ 52.18 42.87 15.2 -
YUV 173.06 81.13 182.88 -
System Red Green Blue C M Y K H S L
Decimal 250 150 90 0 0.4 0.64 0.02 22.5 0.94 0.67
Hex FA 96 5A 0 28 40 2 16 5E 43
Octal 372 226 132 0 50 100 2 26 136 103
Binary 11111010 10010110 1011010 0 101000 1000000 10 10110 1011110 1000011

Color Harmonies of #FA965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA965A

Black with #FA965A

Text Example


Text Example

White with #FA965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA965A; }

 p { color: rgb(250,150,90); }

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

background-color css

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

 a { background-color: rgb(250,150,90); }

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

border-color css

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

 span { border-color: rgb(250,150,90); }

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