Html Css Color HEX #FFA41F Dark Tangerine

📋 copy color: '#FFA41F'

red 255 ◦ green 164 ◦ blue 31

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

Shades of Dark Tangerine #FFA41F

Tints of Dark Tangerine #FFA41F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.44%

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

R = 56.67%
G = 36.44%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFA41F (or 0xFFA41F) is known color: Dark Tangerine. HEX triplet: FF, A4 and 1F. RGB value is (255,164,31). Sum of RGB (Red+Green+Blue) = 255+164+31=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 31 (12.5% from 255 or 6.89% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA41F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA41F is #005BE0. Grayscale: #B0B0B0. Windows color (decimal): -23521 or 2073855. OLE color: 2073855.

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

Color convert

RGB 255 164 31 -
CMYK 0 0.36 0.88 0
HSL 35.63º 1% 0.56% -
HSV(B) 35.63º 0.88% 1% -
XYZ 54.76 47.91 7.66 -
YUV 176.05 46.15 184.31 -
System Red Green Blue C M Y K H S L
Decimal 255 164 31 0 0.36 0.88 0 35.63 1 0.56
Hex FF A4 1F 0 24 58 0 24 64 38
Octal 377 244 37 0 44 130 0 44 144 70
Binary 11111111 10100100 11111 0 100100 1011000 0 100100 1100100 111000

Color Harmonies of #FFA41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA41F

Black with #FFA41F

Text Example


Text Example

White with #FFA41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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