#F38B18

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

Shades of Carrot Orange #F38B18

Tints of Carrot Orange #F38B18

Color information

#F38B18 (or 0xF38B18) is unknown color: approx Carrot Orange. HEX triplet: F3, 8B and 18. RGB value is (243,139,24). Sum of RGB (Red+Green+Blue) = 243+139+24=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 24 (9.77% from 255 or 5.91% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F38B18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38B18 is #0C74E7. Grayscale: #9D9D9D. Windows color (decimal): -816360 or 1608691. OLE color: 1608691.

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

Color convert

RGB24313924-
CMYK00.430.900.05
HSL31.51º90.12%52.35%-
HSV(B)31.51º90.12%95.29%-
XYZ46.3637.595.68-
YUV156.9952.96189.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 59.85%
GREEN value IS 139 (54.69% from 255) = 34.24%
BLUE value IS 24 (9.77% from 255) = 5.91%
R=59.85%
G=34.24%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431392400.430.900.0531.5190.1252.35
HexF38B1802B5A5205a34
Octal3632133005313254013264
Binary111100111000101111000010101110110101011000001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38B18; }

 p { color: rgb(243,139,24); }

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

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

 a { background-color: rgb(243,139,24); }

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

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

 span { border-color: rgb(243,139,24); }

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