Html Css Color HEX #FFA315 Dark Tangerine

📋 copy color: '#FFA315'

red 255 ◦ green 163 ◦ blue 21

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

Shades of Dark Tangerine #FFA315

Tints of Dark Tangerine #FFA315

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.13%

 BLUE value IS 21 (8.59% from 255) = 4.78%

R = 58.09%
G = 37.13%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFA315 (or 0xFFA315) is known color: Dark Tangerine. HEX triplet: FF, A3 and 15. RGB value is (255,163,21). Sum of RGB (Red+Green+Blue) = 255+163+21=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 21 (8.59% from 255 or 4.78% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA315 is #005CEA. Grayscale: #AEAEAE. Windows color (decimal): -23787 or 1418239. OLE color: 1418239.

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

Color convert

RGB 255 163 21 -
CMYK 0 0.36 0.92 0
HSL 36.41º 1% 0.54% -
HSV(B) 36.41º 0.92% 1% -
XYZ 54.47 47.51 7.01 -
YUV 174.32 41.48 185.55 -
System Red Green Blue C M Y K H S L
Decimal 255 163 21 0 0.36 0.92 0 36.41 1 0.54
Hex FF A3 15 0 24 5C 0 24 64 36
Octal 377 243 25 0 44 134 0 44 144 66
Binary 11111111 10100011 10101 0 100100 1011100 0 100100 1100100 110110

Color Harmonies of #FFA315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA315

Black with #FFA315

Text Example


Text Example

White with #FFA315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA315; }

 p { color: rgb(255,163,21); }

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

background-color css

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

 a { background-color: rgb(255,163,21); }

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

border-color css

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

 span { border-color: rgb(255,163,21); }

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