Html Css Color HEX #FF9A64 Atomic Tangerine

📋 copy color: '#FF9A64'

red 255 ◦ green 154 ◦ blue 100

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

Shades of Atomic Tangerine #FF9A64

Tints of Atomic Tangerine #FF9A64

RGB

 RED value IS 255 (100% from 255) = 50.1%

 GREEN value IS 154 (60.55% from 255) = 30.26%

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

R = 50.1%
G = 30.26%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF9A64 (or 0xFF9A64) is known color: Atomic Tangerine. HEX triplet: FF, 9A and 64. RGB value is (255,154,100). Sum of RGB (Red+Green+Blue) = 255+154+100=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9A64 is #00659B. Grayscale: #B2B2B2. Windows color (decimal): -26012 or 6593279. OLE color: 6593279.

HSL color Cylindrical-coordinate representation of color #FF9A64: hue angle of 20.9º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF9A64 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB 255 154 100 -
CMYK 0 0.40 0.61 0
HSL 20.9º 1% 0.7% -
HSV(B) 20.9º 0.61% 1% -
XYZ 55.1 45.29 17.89 -
YUV 178.04 83.96 182.89 -
System Red Green Blue C M Y K H S L
Decimal 255 154 100 0 0.40 0.61 0 20.9 1 0.7
Hex FF 9A 64 0 28 3D 0 15 64 46
Octal 377 232 144 0 50 75 0 25 144 106
Binary 11111111 10011010 1100100 0 101000 111101 0 10101 1100100 1000110

Color Harmonies of #FF9A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9A64

Black with #FF9A64

Text Example


Text Example

White with #FF9A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9A64; }

 p { color: rgb(255,154,100); }

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

background-color css

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

 a { background-color: rgb(255,154,100); }

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

border-color css

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

 span { border-color: rgb(255,154,100); }

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