Html Css Color HEX #FFA318 Dark Tangerine

📋 copy color: '#FFA318'

red 255 ◦ green 163 ◦ blue 24

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

Shades of Dark Tangerine #FFA318

Tints of Dark Tangerine #FFA318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.43%

R = 57.69%
G = 36.88%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFA318 (or 0xFFA318) is known color: Dark Tangerine. HEX triplet: FF, A3 and 18. RGB value is (255,163,24). Sum of RGB (Red+Green+Blue) = 255+163+24=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 24 (9.77% from 255 or 5.43% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA318 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA318 is #005CE7. Grayscale: #AFAFAF. Windows color (decimal): -23784 or 1614847. OLE color: 1614847.

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

Color convert

RGB 255 163 24 -
CMYK 0 0.36 0.91 0
HSL 36.1º 1% 0.55% -
HSV(B) 36.1º 0.91% 1% -
XYZ 54.5 47.52 7.16 -
YUV 174.66 42.98 185.3 -
System Red Green Blue C M Y K H S L
Decimal 255 163 24 0 0.36 0.91 0 36.1 1 0.55
Hex FF A3 18 0 24 5B 0 24 64 37
Octal 377 243 30 0 44 133 0 44 144 67
Binary 11111111 10100011 11000 0 100100 1011011 0 100100 1100100 110111

Color Harmonies of #FFA318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA318

Black with #FFA318

Text Example


Text Example

White with #FFA318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA318; }

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

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

background-color css

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

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

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

border-color css

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

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

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