Html Css Color HEX #FFA50F Dark Tangerine

📋 copy color: '#FFA50F'

red 255 ◦ green 165 ◦ blue 15

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

Shades of Dark Tangerine #FFA50F

Tints of Dark Tangerine #FFA50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.45%

R = 58.62%
G = 37.93%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFA50F (or 0xFFA50F) is known color: Dark Tangerine. HEX triplet: FF, A5 and 0F. RGB value is (255,165,15). Sum of RGB (Red+Green+Blue) = 255+165+15=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA50F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA50F is #005AF0. Grayscale: #AFAFAF. Windows color (decimal): -23281 or 1025535. OLE color: 1025535.

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

Color convert

RGB 255 165 15 -
CMYK 0 0.35 0.94 0
HSL 37.5º 1% 0.53% -
HSV(B) 37.5º 0.94% 1% -
XYZ 54.78 48.2 6.87 -
YUV 174.81 37.82 185.2 -
System Red Green Blue C M Y K H S L
Decimal 255 165 15 0 0.35 0.94 0 37.5 1 0.53
Hex FF A5 F 0 23 5E 0 26 64 35
Octal 377 245 17 0 43 136 0 46 144 65
Binary 11111111 10100101 1111 0 100011 1011110 0 100110 1100100 110101

Color Harmonies of #FFA50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA50F

Black with #FFA50F

Text Example


Text Example

White with #FFA50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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