#FF8C1E

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

Shades of Carrot Orange #FF8C1E

Tints of Carrot Orange #FF8C1E

Color information

#FF8C1E (or 0xFF8C1E) is unknown color: approx Carrot Orange. HEX triplet: FF, 8C and 1E. RGB value is (255,140,30). Sum of RGB (Red+Green+Blue) = 255+140+30=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 30 (12.11% from 255 or 7.06% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C1E is #0073E1. Grayscale: #A2A2A2. Windows color (decimal): -29666 or 2002175. OLE color: 2002175.

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

Color convert

RGB25514030-
CMYK00.450.880
HSL29.33º100%55.88%-
HSV(B)29.33º88.24%100%-
XYZ50.8540.116.29-
YUV161.8453.6194.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60%
GREEN value IS 140 (55.08% from 255) = 32.94%
BLUE value IS 30 (12.11% from 255) = 7.06%
R=60%
G=32.94%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551403000.450.88029.3310055.88
HexFF8C1E02D5801d6438
Octal3772143605513003514470
Binary111111111000110011110010110110110000111011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8C1E; }

 p { color: rgb(255,140,30); }

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

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

 a { background-color: rgb(255,140,30); }

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

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

 span { border-color: rgb(255,140,30); }

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