#F18626

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

Shades of Carrot Orange #F18626

Tints of Carrot Orange #F18626

Color information

#F18626 (or 0xF18626) is unknown color: approx Carrot Orange. HEX triplet: F1, 86 and 26. RGB value is (241,134,38). Sum of RGB (Red+Green+Blue) = 241+134+38=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F18626 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18626 is #0E79D9. Grayscale: #9B9B9B. Windows color (decimal): -948698 or 2524913. OLE color: 2524913.

HSL color Cylindrical-coordinate representation of color #F18626: hue angle of 28.37º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F18626 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB24113438-
CMYK00.440.840.05
HSL28.37º87.88%54.71%-
HSV(B)28.37º84.23%94.51%-
XYZ45.1535.896.38-
YUV155.0561.95189.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.35%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 38 (15.23% from 255) = 9.20%
R=58.35%
G=32.45%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411343800.440.840.0528.3787.8854.71
HexF1862602C5451c5837
Octal3612064605412453413067
Binary111100011000011010011001011001010100101111001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18626; }

 p { color: rgb(241,134,38); }

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

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

 a { background-color: rgb(241,134,38); }

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

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

 span { border-color: rgb(241,134,38); }

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