#F9B41A

Color #F9B41A Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #F9B41A

Tints of Dark Tangerine #F9B41A

Color information

#F9B41A (or 0xF9B41A) is unknown color: approx Dark Tangerine. HEX triplet: F9, B4 and 1A. RGB value is (249,180,26). Sum of RGB (Red+Green+Blue) = 249+180+26=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 26 (10.55% from 255 or 5.71% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B41A is #064BE5. Grayscale: #B7B7B7. Windows color (decimal): -412646 or 1750265. OLE color: 1750265.

HSL color Cylindrical-coordinate representation of color #F9B41A: hue angle of 41.43º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9B41A is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB24918026-
CMYK00.280.900.02
HSL41.43º94.89%53.92%-
HSV(B)41.43º89.56%97.65%-
XYZ55.5752.868.25-
YUV183.0839.36175.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.73%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 26 (10.55% from 255) = 5.71%
R=54.73%
G=39.56%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491802600.280.900.0241.4394.8953.92
HexF9B41A01C5A2295f36
Octal3712643203413225113766
Binary1111100110110100110100111001011010101010011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B41A; }

 p { color: rgb(249,180,26); }

 H1.HeaderClassName
 {
   color: #F9B41A;
 }
 .AnyTagClassName
 {
   color: #F9B41A;
 }
</style>
background-color css

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

 a { background-color: rgb(249,180,26); }

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

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

 span { border-color: rgb(249,180,26); }

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