Html Css Color HEX #FFA11F Dark Tangerine

📋 copy color: '#FFA11F'

red 255 ◦ green 161 ◦ blue 31

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

Shades of Dark Tangerine #FFA11F

Tints of Dark Tangerine #FFA11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.94%

R = 57.05%
G = 36.02%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFA11F (or 0xFFA11F) is known color: Dark Tangerine. HEX triplet: FF, A1 and 1F. RGB value is (255,161,31). Sum of RGB (Red+Green+Blue) = 255+161+31=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA11F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA11F is #005EE0. Grayscale: #AEAEAE. Windows color (decimal): -24289 or 2073087. OLE color: 2073087.

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

Color convert

RGB 255 161 31 -
CMYK 0 0.37 0.88 0
HSL 34.82º 1% 0.56% -
HSV(B) 34.82º 0.88% 1% -
XYZ 54.23 46.85 7.48 -
YUV 174.29 47.14 185.57 -
System Red Green Blue C M Y K H S L
Decimal 255 161 31 0 0.37 0.88 0 34.82 1 0.56
Hex FF A1 1F 0 25 58 0 23 64 38
Octal 377 241 37 0 45 130 0 43 144 70
Binary 11111111 10100001 11111 0 100101 1011000 0 100011 1100100 111000

Color Harmonies of #FFA11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA11F

Black with #FFA11F

Text Example


Text Example

White with #FFA11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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