Html Css Color HEX #FFA622 Dark Tangerine

📋 copy color: '#FFA622'

red 255 ◦ green 166 ◦ blue 34

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

Shades of Dark Tangerine #FFA622

Tints of Dark Tangerine #FFA622

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.48%

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

R = 56.04%
G = 36.48%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFA622 (or 0xFFA622) is known color: Dark Tangerine. HEX triplet: FF, A6 and 22. RGB value is (255,166,34). Sum of RGB (Red+Green+Blue) = 255+166+34=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 34 (13.67% from 255 or 7.47% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA622 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA622 is #0059DD. Grayscale: #B2B2B2. Windows color (decimal): -23006 or 2270975. OLE color: 2270975.

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

Color convert

RGB 255 166 34 -
CMYK 0 0.35 0.87 0
HSL 35.84º 1% 0.57% -
HSV(B) 35.84º 0.87% 1% -
XYZ 55.16 48.65 8 -
YUV 177.56 46.99 183.23 -
System Red Green Blue C M Y K H S L
Decimal 255 166 34 0 0.35 0.87 0 35.84 1 0.57
Hex FF A6 22 0 23 57 0 24 64 39
Octal 377 246 42 0 43 127 0 44 144 71
Binary 11111111 10100110 100010 0 100011 1010111 0 100100 1100100 111001

Color Harmonies of #FFA622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA622

Black with #FFA622

Text Example


Text Example

White with #FFA622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA622; }

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

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

background-color css

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

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

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

border-color css

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

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

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