Html Css Color HEX #FFA80A Dark Tangerine

📋 copy color: '#FFA80A'

red 255 ◦ green 168 ◦ blue 10

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

Shades of Dark Tangerine #FFA80A

Tints of Dark Tangerine #FFA80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.31%

R = 58.89%
G = 38.8%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFA80A (or 0xFFA80A) is known color: Dark Tangerine. HEX triplet: FF, A8 and 0A. RGB value is (255,168,10). Sum of RGB (Red+Green+Blue) = 255+168+10=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA80A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA80A is #0057F5. Grayscale: #B0B0B0. Windows color (decimal): -22518 or 698623. OLE color: 698623.

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

Color convert

RGB 255 168 10 -
CMYK 0 0.34 0.96 0
HSL 38.69º 1% 0.52% -
HSV(B) 38.69º 0.96% 1% -
XYZ 55.3 49.29 6.89 -
YUV 176 34.32 184.35 -
System Red Green Blue C M Y K H S L
Decimal 255 168 10 0 0.34 0.96 0 38.69 1 0.52
Hex FF A8 A 0 22 60 0 27 64 34
Octal 377 250 12 0 42 140 0 47 144 64
Binary 11111111 10101000 1010 0 100010 1100000 0 100111 1100100 110100

Color Harmonies of #FFA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA80A

Black with #FFA80A

Text Example


Text Example

White with #FFA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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