Html Css Color HEX #FFA01A Dark Tangerine

📋 copy color: '#FFA01A'

red 255 ◦ green 160 ◦ blue 26

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

Shades of Dark Tangerine #FFA01A

Tints of Dark Tangerine #FFA01A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.28%

 BLUE value IS 26 (10.55% from 255) = 5.9%

R = 57.82%
G = 36.28%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFA01A (or 0xFFA01A) is known color: Dark Tangerine. HEX triplet: FF, A0 and 1A. RGB value is (255,160,26). Sum of RGB (Red+Green+Blue) = 255+160+26=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA01A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA01A is #005FE5. Grayscale: #ADADAD. Windows color (decimal): -24550 or 1745151. OLE color: 1745151.

HSL color Cylindrical-coordinate representation of color #FFA01A: hue angle of 35.11º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFA01A is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 160 26 -
CMYK 0 0.37 0.90 0
HSL 35.11º 1% 0.55% -
HSV(B) 35.11º 0.9% 1% -
XYZ 54 46.48 7.1 -
YUV 173.13 44.97 186.4 -
System Red Green Blue C M Y K H S L
Decimal 255 160 26 0 0.37 0.90 0 35.11 1 0.55
Hex FF A0 1A 0 25 5A 0 23 64 37
Octal 377 240 32 0 45 132 0 43 144 67
Binary 11111111 10100000 11010 0 100101 1011010 0 100011 1100100 110111

Color Harmonies of #FFA01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA01A

Black with #FFA01A

Text Example


Text Example

White with #FFA01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA01A; }

 p { color: rgb(255,160,26); }

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

background-color css

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

 a { background-color: rgb(255,160,26); }

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

border-color css

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

 span { border-color: rgb(255,160,26); }

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