Html Css Color HEX #FA9461 Atomic Tangerine

📋 copy color: '#FA9461'

red 250 ◦ green 148 ◦ blue 97

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

Shades of Atomic Tangerine #FA9461

Tints of Atomic Tangerine #FA9461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.9%

 BLUE value IS 97 (38.28% from 255) = 19.6%

R = 50.51%
G = 29.9%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA9461 (or 0xFA9461) is known color: Atomic Tangerine. HEX triplet: FA, 94 and 61. RGB value is (250,148,97). Sum of RGB (Red+Green+Blue) = 250+148+97=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9461 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9461 is #056B9E. Grayscale: #ACACAC. Windows color (decimal): -355231 or 6395130. OLE color: 6395130.

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

Color convert

RGB 250 148 97 -
CMYK 0 0.41 0.61 0.02
HSL 20º 0.94% 0.68% -
HSV(B) 20º 0.61% 0.98% -
XYZ 52.17 42.37 16.74 -
YUV 172.68 85.29 183.15 -
System Red Green Blue C M Y K H S L
Decimal 250 148 97 0 0.41 0.61 0.02 20 0.94 0.68
Hex FA 94 61 0 29 3D 2 14 5E 44
Octal 372 224 141 0 51 75 2 24 136 104
Binary 11111010 10010100 1100001 0 101001 111101 10 10100 1011110 1000100

Color Harmonies of #FA9461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9461

Black with #FA9461

Text Example


Text Example

White with #FA9461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9461; }

 p { color: rgb(250,148,97); }

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

background-color css

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

 a { background-color: rgb(250,148,97); }

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

border-color css

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

 span { border-color: rgb(250,148,97); }

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