Html Css Color HEX #FFA01D Dark Tangerine

📋 copy color: '#FFA01D'

red 255 ◦ green 160 ◦ blue 29

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

Shades of Dark Tangerine #FFA01D

Tints of Dark Tangerine #FFA01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.53%

R = 57.43%
G = 36.04%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFA01D (or 0xFFA01D) is known color: Dark Tangerine. HEX triplet: FF, A0 and 1D. RGB value is (255,160,29). Sum of RGB (Red+Green+Blue) = 255+160+29=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA01D is #005FE2. Grayscale: #AEAEAE. Windows color (decimal): -24547 or 1941759. OLE color: 1941759.

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

Color convert

RGB 255 160 29 -
CMYK 0 0.37 0.89 0
HSL 34.78º 1% 0.56% -
HSV(B) 34.78º 0.89% 1% -
XYZ 54.03 46.49 7.29 -
YUV 173.47 46.47 186.15 -
System Red Green Blue C M Y K H S L
Decimal 255 160 29 0 0.37 0.89 0 34.78 1 0.56
Hex FF A0 1D 0 25 59 0 23 64 38
Octal 377 240 35 0 45 131 0 43 144 70
Binary 11111111 10100000 11101 0 100101 1011001 0 100011 1100100 111000

Color Harmonies of #FFA01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA01D

Black with #FFA01D

Text Example


Text Example

White with #FFA01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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