Html Css Color HEX #FFA80D Dark Tangerine

📋 copy color: '#FFA80D'

red 255 ◦ green 168 ◦ blue 13

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

Shades of Dark Tangerine #FFA80D

Tints of Dark Tangerine #FFA80D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.53%

 BLUE value IS 13 (5.47% from 255) = 2.98%

R = 58.49%
G = 38.53%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFA80D (or 0xFFA80D) is known color: Dark Tangerine. HEX triplet: FF, A8 and 0D. RGB value is (255,168,13). Sum of RGB (Red+Green+Blue) = 255+168+13=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA80D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA80D is #0057F2. Grayscale: #B1B1B1. Windows color (decimal): -22515 or 895231. OLE color: 895231.

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

Color convert

RGB 255 168 13 -
CMYK 0 0.34 0.95 0
HSL 38.43º 1% 0.53% -
HSV(B) 38.43º 0.95% 1% -
XYZ 55.32 49.29 6.98 -
YUV 176.34 35.82 184.1 -
System Red Green Blue C M Y K H S L
Decimal 255 168 13 0 0.34 0.95 0 38.43 1 0.53
Hex FF A8 D 0 22 5F 0 26 64 35
Octal 377 250 15 0 42 137 0 46 144 65
Binary 11111111 10101000 1101 0 100010 1011111 0 100110 1100100 110101

Color Harmonies of #FFA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA80D

Black with #FFA80D

Text Example


Text Example

White with #FFA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA80D; }

 p { color: rgb(255,168,13); }

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

background-color css

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

 a { background-color: rgb(255,168,13); }

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

border-color css

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

 span { border-color: rgb(255,168,13); }

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