Html Css Color HEX #FFA322 Dark Tangerine

📋 copy color: '#FFA322'

red 255 ◦ green 163 ◦ blue 34

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

Shades of Dark Tangerine #FFA322

Tints of Dark Tangerine #FFA322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.52%

R = 56.42%
G = 36.06%
B = 7.52%

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

#FFA322 (or 0xFFA322) is known color: Dark Tangerine. HEX triplet: FF, A3 and 22. RGB value is (255,163,34). Sum of RGB (Red+Green+Blue) = 255+163+34=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 34 (13.67% from 255 or 7.52% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA322 is #005CDD. Grayscale: #B0B0B0. Windows color (decimal): -23774 or 2270207. OLE color: 2270207.

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

Color convert

RGB 255 163 34 -
CMYK 0 0.36 0.87 0
HSL 35.02º 1% 0.57% -
HSV(B) 35.02º 0.87% 1% -
XYZ 54.63 47.57 7.82 -
YUV 175.8 47.98 184.49 -
System Red Green Blue C M Y K H S L
Decimal 255 163 34 0 0.36 0.87 0 35.02 1 0.57
Hex FF A3 22 0 24 57 0 23 64 39
Octal 377 243 42 0 44 127 0 43 144 71
Binary 11111111 10100011 100010 0 100100 1010111 0 100011 1100100 111001

Color Harmonies of #FFA322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA322

Black with #FFA322

Text Example


Text Example

White with #FFA322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA322; }

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

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

background-color css

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

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

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

border-color css

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

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

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