Html Css Color HEX #FFA50A Dark Tangerine

📋 copy color: '#FFA50A'

red 255 ◦ green 165 ◦ blue 10

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

Shades of Dark Tangerine #FFA50A

Tints of Dark Tangerine #FFA50A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.37%

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

R = 59.3%
G = 38.37%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFA50A (or 0xFFA50A) is known color: Dark Tangerine. HEX triplet: FF, A5 and 0A. RGB value is (255,165,10). Sum of RGB (Red+Green+Blue) = 255+165+10=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA50A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA50A is #005AF5. Grayscale: #AEAEAE. Windows color (decimal): -23286 or 697855. OLE color: 697855.

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

Color convert

RGB 255 165 10 -
CMYK 0 0.35 0.96 0
HSL 37.96º 1% 0.52% -
HSV(B) 37.96º 0.96% 1% -
XYZ 54.75 48.19 6.7 -
YUV 174.24 35.32 185.6 -
System Red Green Blue C M Y K H S L
Decimal 255 165 10 0 0.35 0.96 0 37.96 1 0.52
Hex FF A5 A 0 23 60 0 26 64 34
Octal 377 245 12 0 43 140 0 46 144 64
Binary 11111111 10100101 1010 0 100011 1100000 0 100110 1100100 110100

Color Harmonies of #FFA50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA50A

Black with #FFA50A

Text Example


Text Example

White with #FFA50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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