Html Css Color HEX #FFA364 Atomic Tangerine

📋 copy color: '#FFA364'

red 255 ◦ green 163 ◦ blue 100

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

Shades of Atomic Tangerine #FFA364

Tints of Atomic Tangerine #FFA364

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.47%

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

R = 49.23%
G = 31.47%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FFA364 (or 0xFFA364) is known color: Atomic Tangerine. HEX triplet: FF, A3 and 64. RGB value is (255,163,100). Sum of RGB (Red+Green+Blue) = 255+163+100=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA364 is #005C9B. Grayscale: #B7B7B7. Windows color (decimal): -23708 or 6595583. OLE color: 6595583.

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

Color convert

RGB 255 163 100 -
CMYK 0 0.36 0.61 0
HSL 24.39º 1% 0.7% -
HSV(B) 24.39º 0.61% 1% -
XYZ 56.64 48.37 18.41 -
YUV 183.33 80.98 179.12 -
System Red Green Blue C M Y K H S L
Decimal 255 163 100 0 0.36 0.61 0 24.39 1 0.7
Hex FF A3 64 0 24 3D 0 18 64 46
Octal 377 243 144 0 44 75 0 30 144 106
Binary 11111111 10100011 1100100 0 100100 111101 0 11000 1100100 1000110

Color Harmonies of #FFA364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA364

Black with #FFA364

Text Example


Text Example

White with #FFA364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA364; }

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

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

background-color css

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

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

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

border-color css

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

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

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