Html Css Color HEX #FFA50D Dark Tangerine

📋 copy color: '#FFA50D'

red 255 ◦ green 165 ◦ blue 13

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

Shades of Dark Tangerine #FFA50D

Tints of Dark Tangerine #FFA50D

RGB

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

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

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

R = 58.89%
G = 38.11%
B = 3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFA50D (or 0xFFA50D) is known color: Dark Tangerine. HEX triplet: FF, A5 and 0D. RGB value is (255,165,13). Sum of RGB (Red+Green+Blue) = 255+165+13=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA50D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA50D is #005AF2. Grayscale: #AFAFAF. Windows color (decimal): -23283 or 894463. OLE color: 894463.

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

Color convert

RGB 255 165 13 -
CMYK 0 0.35 0.95 0
HSL 37.69º 1% 0.53% -
HSV(B) 37.69º 0.95% 1% -
XYZ 54.77 48.2 6.8 -
YUV 174.58 36.82 185.36 -
System Red Green Blue C M Y K H S L
Decimal 255 165 13 0 0.35 0.95 0 37.69 1 0.53
Hex FF A5 D 0 23 5F 0 26 64 35
Octal 377 245 15 0 43 137 0 46 144 65
Binary 11111111 10100101 1101 0 100011 1011111 0 100110 1100100 110101

Color Harmonies of #FFA50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA50D

Black with #FFA50D

Text Example


Text Example

White with #FFA50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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