Html Css Color HEX #FFA61F Dark Tangerine

📋 copy color: '#FFA61F'

red 255 ◦ green 166 ◦ blue 31

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

Shades of Dark Tangerine #FFA61F

Tints of Dark Tangerine #FFA61F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.73%

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

R = 56.42%
G = 36.73%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFA61F (or 0xFFA61F) is known color: Dark Tangerine. HEX triplet: FF, A6 and 1F. RGB value is (255,166,31). Sum of RGB (Red+Green+Blue) = 255+166+31=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 31 (12.5% from 255 or 6.86% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA61F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA61F is #0059E0. Grayscale: #B1B1B1. Windows color (decimal): -23009 or 2074367. OLE color: 2074367.

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

Color convert

RGB 255 166 31 -
CMYK 0 0.35 0.88 0
HSL 36.16º 1% 0.56% -
HSV(B) 36.16º 0.88% 1% -
XYZ 55.12 48.63 7.78 -
YUV 177.22 45.49 183.48 -
System Red Green Blue C M Y K H S L
Decimal 255 166 31 0 0.35 0.88 0 36.16 1 0.56
Hex FF A6 1F 0 23 58 0 24 64 38
Octal 377 246 37 0 43 130 0 44 144 70
Binary 11111111 10100110 11111 0 100011 1011000 0 100100 1100100 111000

Color Harmonies of #FFA61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA61F

Black with #FFA61F

Text Example


Text Example

White with #FFA61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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