#F8B00D

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

Shades of Dark Tangerine #F8B00D

Tints of Dark Tangerine #F8B00D

Color information

#F8B00D (or 0xF8B00D) is unknown color: approx Dark Tangerine. HEX triplet: F8, B0 and 0D. RGB value is (248,176,13). Sum of RGB (Red+Green+Blue) = 248+176+13=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B00D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8B00D is #074FF2. Grayscale: #B3B3B3. Windows color (decimal): -479219 or 897272. OLE color: 897272.

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

Color convert

RGB24817613-
CMYK00.290.950.03
HSL41.62º94.38%51.18%-
HSV(B)41.62º94.76%97.25%-
XYZ54.3151.047.37-
YUV178.9534.35177.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.75%
GREEN value IS 176 (69.14% from 255) = 40.27%
BLUE value IS 13 (5.47% from 255) = 2.97%
R=56.75%
G=40.27%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.95
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481761300.290.950.0341.6294.3851.18
HexF8B0D01D5F32a5e33
Octal3702601503513735213663
Binary111110001011000011010111011011111111010101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B00D; }

 p { color: rgb(248,176,13); }

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

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

 a { background-color: rgb(248,176,13); }

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

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

 span { border-color: rgb(248,176,13); }

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