#F8B21B

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

Shades of Dark Tangerine #F8B21B

Tints of Dark Tangerine #F8B21B

Color information

#F8B21B (or 0xF8B21B) is unknown color: approx Dark Tangerine. HEX triplet: F8, B2 and 1B. RGB value is (248,178,27). Sum of RGB (Red+Green+Blue) = 248+178+27=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 27 (10.94% from 255 or 5.96% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B21B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8B21B is #074DE4. Grayscale: #B6B6B6. Windows color (decimal): -478693 or 1815288. OLE color: 1815288.

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

Color convert

RGB24817827-
CMYK00.280.890.03
HSL41º94.04%53.92%-
HSV(B)41º89.11%97.25%-
XYZ54.8351.888.16-
YUV181.7240.69175.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.75%
GREEN value IS 178 (69.92% from 255) = 39.29%
BLUE value IS 27 (10.94% from 255) = 5.96%
R=54.75%
G=39.29%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481782700.280.890.034194.0453.92
HexF8B21B01C593295e36
Octal3702623303413135113666
Binary1111100010110010110110111001011001111010011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B21B; }

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

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

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

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

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

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

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

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