#F28D18

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

Shades of Carrot Orange #F28D18

Tints of Carrot Orange #F28D18

Color information

#F28D18 (or 0xF28D18) is unknown color: approx Carrot Orange. HEX triplet: F2, 8D and 18. RGB value is (242,141,24). Sum of RGB (Red+Green+Blue) = 242+141+24=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28D18 is #0D72E7. Grayscale: #9E9E9E. Windows color (decimal): -881384 or 1609202. OLE color: 1609202.

HSL color Cylindrical-coordinate representation of color #F28D18: hue angle of 32.2º degrees, saturation: 0.89, 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 #F28D18 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB24214124-
CMYK00.420.900.05
HSL32.2º89.34%52.16%-
HSV(B)32.2º90.08%94.9%-
XYZ46.3137.995.76-
YUV157.8652.46188.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.46%
GREEN value IS 141 (55.47% from 255) = 34.64%
BLUE value IS 24 (9.77% from 255) = 5.90%
R=59.46%
G=34.64%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421412400.420.900.0532.289.3452.16
HexF28D1802A5A5205934
Octal3622153005213254013164
Binary111100101000110111000010101010110101011000001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28D18; }

 p { color: rgb(242,141,24); }

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

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

 a { background-color: rgb(242,141,24); }

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

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

 span { border-color: rgb(242,141,24); }

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