#F38D16

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

Shades of Carrot Orange #F38D16

Tints of Carrot Orange #F38D16

Color information

#F38D16 (or 0xF38D16) is unknown color: approx Carrot Orange. HEX triplet: F3, 8D and 16. RGB value is (243,141,22). Sum of RGB (Red+Green+Blue) = 243+141+22=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38D16 is #0C72E9. Grayscale: #9E9E9E. Windows color (decimal): -815850 or 1478131. OLE color: 1478131.

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

Color convert

RGB24314122-
CMYK00.420.910.05
HSL32.31º90.2%51.96%-
HSV(B)32.31º90.95%95.29%-
XYZ46.6338.165.67-
YUV157.9351.29188.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 59.85%
GREEN value IS 141 (55.47% from 255) = 34.73%
BLUE value IS 22 (8.98% from 255) = 5.42%
R=59.85%
G=34.73%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431412200.420.910.0532.3190.251.96
HexF38D1602A5B5205a34
Octal3632152605213354013264
Binary111100111000110110110010101010110111011000001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38D16; }

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

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

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

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

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

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

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

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