Html Css Color HEX #FF9064 Atomic Tangerine

📋 copy color: '#FF9064'

red 255 ◦ green 144 ◦ blue 100

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

Shades of Atomic Tangerine #FF9064

Tints of Atomic Tangerine #FF9064

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.86%

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

R = 51.1%
G = 28.86%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF9064 (or 0xFF9064) is known color: Atomic Tangerine. HEX triplet: FF, 90 and 64. RGB value is (255,144,100). Sum of RGB (Red+Green+Blue) = 255+144+100=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9064 is #006F9B. Grayscale: #ACACAC. Windows color (decimal): -28572 or 6590719. OLE color: 6590719.

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

Color convert

RGB 255 144 100 -
CMYK 0 0.44 0.61 0
HSL 17.03º 1% 0.7% -
HSV(B) 17.03º 0.61% 1% -
XYZ 53.51 42.13 17.37 -
YUV 172.17 87.27 187.08 -
System Red Green Blue C M Y K H S L
Decimal 255 144 100 0 0.44 0.61 0 17.03 1 0.7
Hex FF 90 64 0 2C 3D 0 11 64 46
Octal 377 220 144 0 54 75 0 21 144 106
Binary 11111111 10010000 1100100 0 101100 111101 0 10001 1100100 1000110

Color Harmonies of #FF9064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9064

Black with #FF9064

Text Example


Text Example

White with #FF9064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9064; }

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

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

background-color css

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

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

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

border-color css

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

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

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