#F18826

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

Shades of Carrot Orange #F18826

Tints of Carrot Orange #F18826

Color information

#F18826 (or 0xF18826) is unknown color: approx Carrot Orange. HEX triplet: F1, 88 and 26. RGB value is (241,136,38). Sum of RGB (Red+Green+Blue) = 241+136+38=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F18826 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18826 is #0E77D9. Grayscale: #9C9C9C. Windows color (decimal): -948186 or 2525425. OLE color: 2525425.

HSL color Cylindrical-coordinate representation of color #F18826: hue angle of 28.97º 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 #F18826 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB24113638-
CMYK00.440.840.05
HSL28.97º87.88%54.71%-
HSV(B)28.97º84.23%94.51%-
XYZ45.4336.456.47-
YUV156.2261.29188.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.07%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 38 (15.23% from 255) = 9.16%
R=58.07%
G=32.77%
B=9.16%

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
Decimal2411363800.440.840.0528.9787.8854.71
HexF1882602C5451d5837
Octal3612104605412453513067
Binary111100011000100010011001011001010100101111011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18826; }

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

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

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

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

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

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

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

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