Html Css Color HEX #FFA118 Dark Tangerine

📋 copy color: '#FFA118'

red 255 ◦ green 161 ◦ blue 24

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

Shades of Dark Tangerine #FFA118

Tints of Dark Tangerine #FFA118

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.59%

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

R = 57.95%
G = 36.59%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFA118 (or 0xFFA118) is known color: Dark Tangerine. HEX triplet: FF, A1 and 18. RGB value is (255,161,24). Sum of RGB (Red+Green+Blue) = 255+161+24=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 24 (9.77% from 255 or 5.45% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA118 is #005EE7. Grayscale: #AEAEAE. Windows color (decimal): -24296 or 1614335. OLE color: 1614335.

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

Color convert

RGB 255 161 24 -
CMYK 0 0.37 0.91 0
HSL 35.58º 1% 0.55% -
HSV(B) 35.58º 0.91% 1% -
XYZ 54.15 46.82 7.05 -
YUV 173.49 43.64 186.14 -
System Red Green Blue C M Y K H S L
Decimal 255 161 24 0 0.37 0.91 0 35.58 1 0.55
Hex FF A1 18 0 25 5B 0 24 64 37
Octal 377 241 30 0 45 133 0 44 144 67
Binary 11111111 10100001 11000 0 100101 1011011 0 100100 1100100 110111

Color Harmonies of #FFA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA118

Black with #FFA118

Text Example


Text Example

White with #FFA118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA118; }

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

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

background-color css

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

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

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

border-color css

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

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

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