Html Css Color HEX #FF8964 Atomic Tangerine

📋 copy color: '#FF8964'

red 255 ◦ green 137 ◦ blue 100

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

Shades of Atomic Tangerine #FF8964

Tints of Atomic Tangerine #FF8964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.85%

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

R = 51.83%
G = 27.85%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF8964 (or 0xFF8964) is known color: Atomic Tangerine. HEX triplet: FF, 89 and 64. RGB value is (255,137,100). Sum of RGB (Red+Green+Blue) = 255+137+100=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8964 is #00769B. Grayscale: #A8A8A8. Windows color (decimal): -30364 or 6588927. OLE color: 6588927.

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

Color convert

RGB 255 137 100 -
CMYK 0 0.46 0.61 0
HSL 14.32º 1% 0.7% -
HSV(B) 14.32º 0.61% 1% -
XYZ 52.49 40.07 17.02 -
YUV 168.06 89.59 190.01 -
System Red Green Blue C M Y K H S L
Decimal 255 137 100 0 0.46 0.61 0 14.32 1 0.7
Hex FF 89 64 0 2E 3D 0 E 64 46
Octal 377 211 144 0 56 75 0 16 144 106
Binary 11111111 10001001 1100100 0 101110 111101 0 1110 1100100 1000110

Color Harmonies of #FF8964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8964

Black with #FF8964

Text Example


Text Example

White with #FF8964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8964; }

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

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

background-color css

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

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

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

border-color css

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

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

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