Html Css Color HEX #FA9466 Atomic Tangerine

📋 copy color: '#FA9466'

red 250 ◦ green 148 ◦ blue 102

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

Shades of Atomic Tangerine #FA9466

Tints of Atomic Tangerine #FA9466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.4%

R = 50%
G = 29.6%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA9466 (or 0xFA9466) is known color: Atomic Tangerine. HEX triplet: FA, 94 and 66. RGB value is (250,148,102). Sum of RGB (Red+Green+Blue) = 250+148+102=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9466 is #056B99. Grayscale: #ADADAD. Windows color (decimal): -355226 or 6722810. OLE color: 6722810.

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

Color convert

RGB 250 148 102 -
CMYK 0 0.41 0.59 0.02
HSL 18.65º 0.94% 0.69% -
HSV(B) 18.65º 0.59% 0.98% -
XYZ 52.41 42.46 18 -
YUV 173.25 87.79 182.74 -
System Red Green Blue C M Y K H S L
Decimal 250 148 102 0 0.41 0.59 0.02 18.65 0.94 0.69
Hex FA 94 66 0 29 3B 2 13 5E 45
Octal 372 224 146 0 51 73 2 23 136 105
Binary 11111010 10010100 1100110 0 101001 111011 10 10011 1011110 1000101

Color Harmonies of #FA9466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9466

Black with #FA9466

Text Example


Text Example

White with #FA9466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9466; }

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

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

background-color css

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

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

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

border-color css

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

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

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