#F28A1C

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

Shades of Carrot Orange #F28A1C

Tints of Carrot Orange #F28A1C

Color information

#F28A1C (or 0xF28A1C) is unknown color: approx Carrot Orange. HEX triplet: F2, 8A and 1C. RGB value is (242,138,28). Sum of RGB (Red+Green+Blue) = 242+138+28=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 28 (11.33% from 255 or 6.86% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28A1C is #0D75E3. Grayscale: #9D9D9D. Windows color (decimal): -882148 or 1870578. OLE color: 1870578.

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

Color convert

RGB24213828-
CMYK00.430.880.05
HSL30.84º89.17%52.94%-
HSV(B)30.84º88.43%94.9%-
XYZ45.9237.145.85-
YUV156.5655.46188.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.31%
GREEN value IS 138 (54.30% from 255) = 33.82%
BLUE value IS 28 (11.33% from 255) = 6.86%
R=59.31%
G=33.82%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421382800.430.880.0530.8489.1752.94
HexF28A1C02B5851f5935
Octal3622123405313053713165
Binary11110010100010101110001010111011000101111111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28A1C; }

 p { color: rgb(242,138,28); }

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

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

 a { background-color: rgb(242,138,28); }

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

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

 span { border-color: rgb(242,138,28); }

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