Html Css Color HEX #FFA320 Dark Tangerine

📋 copy color: '#FFA320'

red 255 ◦ green 163 ◦ blue 32

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

Shades of Dark Tangerine #FFA320

Tints of Dark Tangerine #FFA320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.11%

R = 56.67%
G = 36.22%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFA320 (or 0xFFA320) is known color: Dark Tangerine. HEX triplet: FF, A3 and 20. RGB value is (255,163,32). Sum of RGB (Red+Green+Blue) = 255+163+32=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA320 is #005CDF. Grayscale: #B0B0B0. Windows color (decimal): -23776 or 2139135. OLE color: 2139135.

HSL color Cylindrical-coordinate representation of color #FFA320: hue angle of 35.25º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFA320 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 163 32 -
CMYK 0 0.36 0.87 0
HSL 35.25º 1% 0.56% -
HSV(B) 35.25º 0.87% 1% -
XYZ 54.6 47.56 7.67 -
YUV 175.57 46.98 184.65 -
System Red Green Blue C M Y K H S L
Decimal 255 163 32 0 0.36 0.87 0 35.25 1 0.56
Hex FF A3 20 0 24 57 0 23 64 38
Octal 377 243 40 0 44 127 0 43 144 70
Binary 11111111 10100011 100000 0 100100 1010111 0 100011 1100100 111000

Color Harmonies of #FFA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA320

Black with #FFA320

Text Example


Text Example

White with #FFA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA320; }

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

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

background-color css

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

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

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

border-color css

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

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

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