Html Css Color HEX #FF9364 Atomic Tangerine

📋 copy color: '#FF9364'

red 255 ◦ green 147 ◦ blue 100

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

Shades of Atomic Tangerine #FF9364

Tints of Atomic Tangerine #FF9364

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.28%

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

R = 50.8%
G = 29.28%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF9364 (or 0xFF9364) is known color: Atomic Tangerine. HEX triplet: FF, 93 and 64. RGB value is (255,147,100). Sum of RGB (Red+Green+Blue) = 255+147+100=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9364 is #006C9B. Grayscale: #AEAEAE. Windows color (decimal): -27804 or 6591487. OLE color: 6591487.

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

Color convert

RGB 255 147 100 -
CMYK 0 0.42 0.61 0
HSL 18.19º 1% 0.7% -
HSV(B) 18.19º 0.61% 1% -
XYZ 53.97 43.05 17.52 -
YUV 173.93 86.28 185.82 -
System Red Green Blue C M Y K H S L
Decimal 255 147 100 0 0.42 0.61 0 18.19 1 0.7
Hex FF 93 64 0 2A 3D 0 12 64 46
Octal 377 223 144 0 52 75 0 22 144 106
Binary 11111111 10010011 1100100 0 101010 111101 0 10010 1100100 1000110

Color Harmonies of #FF9364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9364

Black with #FF9364

Text Example


Text Example

White with #FF9364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9364; }

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

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

background-color css

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

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

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

border-color css

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

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

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