Html Css Color HEX #FA9264 Atomic Tangerine

📋 copy color: '#FA9264'

red 250 ◦ green 146 ◦ blue 100

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

Shades of Atomic Tangerine #FA9264

Tints of Atomic Tangerine #FA9264

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.44%

 BLUE value IS 100 (39.45% from 255) = 20.16%

R = 50.4%
G = 29.44%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA9264 (or 0xFA9264) is known color: Atomic Tangerine. HEX triplet: FA, 92 and 64. RGB value is (250,146,100). Sum of RGB (Red+Green+Blue) = 250+146+100=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9264 is #056D9B. Grayscale: #ACACAC. Windows color (decimal): -355740 or 6591226. OLE color: 6591226.

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

Color convert

RGB 250 146 100 -
CMYK 0 0.42 0.6 0.02
HSL 18.4º 0.94% 0.69% -
HSV(B) 18.4º 0.6% 0.98% -
XYZ 52 41.8 17.38 -
YUV 171.85 87.46 183.74 -
System Red Green Blue C M Y K H S L
Decimal 250 146 100 0 0.42 0.6 0.02 18.4 0.94 0.69
Hex FA 92 64 0 2A 3C 2 12 5E 45
Octal 372 222 144 0 52 74 2 22 136 105
Binary 11111010 10010010 1100100 0 101010 111100 10 10010 1011110 1000101

Color Harmonies of #FA9264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9264

Black with #FA9264

Text Example


Text Example

White with #FA9264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9264; }

 p { color: rgb(250,146,100); }

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

background-color css

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

 a { background-color: rgb(250,146,100); }

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

border-color css

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

 span { border-color: rgb(250,146,100); }

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