#f8b21f

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

Shades of Dark Tangerine #F8B21F

Tints of Dark Tangerine #F8B21F

Color information

#F8B21F (or 0xF8B21F) is unknown color: approx Dark Tangerine. HEX triplet: F8, B2 and 1F. RGB value is (248,178,31). Sum of RGB (Red+Green+Blue) = 248+178+31=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 31 (12.5% from 255 or 6.78% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B21F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8B21F is #074DE0. Grayscale: #B6B6B6. Windows color (decimal): -478689 or 2077432. OLE color: 2077432.

HSL color Cylindrical-coordinate representation of color #F8B21F: hue angle of 40.65º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8B21F is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB24817831-
CMYK00.280.880.03
HSL40.65º93.94%54.71%-
HSV(B)40.65º87.5%97.25%-
XYZ54.8851.98.42-
YUV182.1742.69174.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.27%
GREEN value IS 178 (69.92% from 255) = 38.95%
BLUE value IS 31 (12.5% from 255) = 6.78%
R=54.27%
G=38.95%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481783100.280.880.0340.6593.9454.71
HexF8B21F01C583295e37
Octal3702623703413035113667
Binary1111100010110010111110111001011000111010011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8b21f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8b21f; }

 p { color: rgb(248,178,31); }

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

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

 a { background-color: rgb(248,178,31); }

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

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

 span { border-color: rgb(248,178,31); }

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