#f18825

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

Shades of Carrot Orange #F18825

Tints of Carrot Orange #F18825

Color information

#F18825 (or 0xF18825) is unknown color: approx Carrot Orange. HEX triplet: F1, 88 and 25. RGB value is (241,136,37). Sum of RGB (Red+Green+Blue) = 241+136+37=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 37 (14.84% from 255 or 8.94% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F18825 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18825 is #0E77DA. Grayscale: #9C9C9C. Windows color (decimal): -948187 or 2459889. OLE color: 2459889.

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

Color convert

RGB24113637-
CMYK00.440.850.05
HSL29.12º87.93%54.51%-
HSV(B)29.12º84.65%94.51%-
XYZ45.4136.446.39-
YUV156.1160.79188.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.21%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 37 (14.84% from 255) = 8.94%
R=58.21%
G=32.85%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411363700.440.850.0529.1287.9354.51
HexF1882502C5551d5837
Octal3612104505412553513067
Binary111100011000100010010101011001010101101111011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f18825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f18825; }

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

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

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

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

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

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

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

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