Html Css Color HEX #FF9664 Atomic Tangerine

📋 copy color: '#FF9664'

red 255 ◦ green 150 ◦ blue 100

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

Shades of Atomic Tangerine #FF9664

Tints of Atomic Tangerine #FF9664

RGB

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

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

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

R = 50.5%
G = 29.7%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF9664 (or 0xFF9664) is known color: Atomic Tangerine. HEX triplet: FF, 96 and 64. RGB value is (255,150,100). Sum of RGB (Red+Green+Blue) = 255+150+100=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9664 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9664 is #00699B. Grayscale: #B0B0B0. Windows color (decimal): -27036 or 6592255. OLE color: 6592255.

HSL color Cylindrical-coordinate representation of color #FF9664: hue angle of 19.35º 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 #FF9664 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB 255 150 100 -
CMYK 0 0.41 0.61 0
HSL 19.35º 1% 0.7% -
HSV(B) 19.35º 0.61% 1% -
XYZ 54.45 43.99 17.68 -
YUV 175.7 85.29 184.57 -
System Red Green Blue C M Y K H S L
Decimal 255 150 100 0 0.41 0.61 0 19.35 1 0.7
Hex FF 96 64 0 29 3D 0 13 64 46
Octal 377 226 144 0 51 75 0 23 144 106
Binary 11111111 10010110 1100100 0 101001 111101 0 10011 1100100 1000110

Color Harmonies of #FF9664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9664

Black with #FF9664

Text Example


Text Example

White with #FF9664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9664; }

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

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

background-color css

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

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

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

border-color css

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

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

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