#F18429

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

Shades of Carrot Orange #F18429

Tints of Carrot Orange #F18429

Color information

#F18429 (or 0xF18429) is unknown color: approx Carrot Orange. HEX triplet: F1, 84 and 29. RGB value is (241,132,41). Sum of RGB (Red+Green+Blue) = 241+132+41=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F18429 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18429 is #0E7BD6. Grayscale: #9A9A9A. Windows color (decimal): -949207 or 2721009. OLE color: 2721009.

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

Color convert

RGB24113241-
CMYK00.450.830.05
HSL27.3º87.72%55.29%-
HSV(B)27.3º82.99%94.51%-
XYZ44.9335.366.56-
YUV154.2264.11189.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.21%
GREEN value IS 132 (51.95% from 255) = 31.88%
BLUE value IS 41 (16.41% from 255) = 9.90%
R=58.21%
G=31.88%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411324100.450.830.0527.387.7255.29
HexF1842902D5351b5837
Octal3612045105512353313067
Binary111100011000010010100101011011010011101110111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18429; }

 p { color: rgb(241,132,41); }

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

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

 a { background-color: rgb(241,132,41); }

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

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

 span { border-color: rgb(241,132,41); }

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