#F38D05

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

Shades of Tangerine #F38D05

Tints of Tangerine #F38D05

Color information

#F38D05 (or 0xF38D05) is unknown color: approx Tangerine. HEX triplet: F3, 8D and 05. RGB value is (243,141,5). Sum of RGB (Red+Green+Blue) = 243+141+5=389 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.47% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38D05 is #0C72FA. Grayscale: #9C9C9C. Windows color (decimal): -815867 or 364019. OLE color: 364019.

HSL color Cylindrical-coordinate representation of color #F38D05: hue angle of 34.29º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F38D05 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB2431415-
CMYK00.420.980.05
HSL34.29º95.97%48.63%-
HSV(B)34.29º97.94%95.29%-
XYZ46.5138.125.05-
YUV155.9942.79190.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 62.47%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 5 (2.34% from 255) = 1.29%
R=62.47%
G=36.25%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243141500.420.980.0534.2995.9748.63
HexF38D502A625226031
Octal363215505214254214061
Binary1111001110001101101010101011000101011000101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38D05; }

 p { color: rgb(243,141,5); }

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

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

 a { background-color: rgb(243,141,5); }

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

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

 span { border-color: rgb(243,141,5); }

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