Html Css Color HEX #FA965B Atomic Tangerine

📋 copy color: '#FA965B'

red 250 ◦ green 150 ◦ blue 91

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

Shades of Atomic Tangerine #FA965B

Tints of Atomic Tangerine #FA965B

RGB

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

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

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

R = 50.92%
G = 30.55%
B = 18.53%

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

#FA965B (or 0xFA965B) is known color: Atomic Tangerine. HEX triplet: FA, 96 and 5B. RGB value is (250,150,91). Sum of RGB (Red+Green+Blue) = 250+150+91=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA965B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA965B is #0569A4. Grayscale: #ADADAD. Windows color (decimal): -354725 or 6002426. OLE color: 6002426.

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

Color convert

RGB 250 150 91 -
CMYK 0 0.4 0.64 0.02
HSL 22.26º 0.94% 0.67% -
HSV(B) 22.26º 0.64% 0.98% -
XYZ 52.22 42.89 15.42 -
YUV 173.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 250 150 91 0 0.4 0.64 0.02 22.26 0.94 0.67
Hex FA 96 5B 0 28 40 2 16 5E 43
Octal 372 226 133 0 50 100 2 26 136 103
Binary 11111010 10010110 1011011 0 101000 1000000 10 10110 1011110 1000011

Color Harmonies of #FA965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA965B

Black with #FA965B

Text Example


Text Example

White with #FA965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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