#F5841E

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

Shades of Carrot Orange #F5841E

Tints of Carrot Orange #F5841E

Color information

#F5841E (or 0xF5841E) is unknown color: approx Carrot Orange. HEX triplet: F5, 84 and 1E. RGB value is (245,132,30). Sum of RGB (Red+Green+Blue) = 245+132+30=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5841E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5841E is #0A7BE1. Grayscale: #9A9A9A. Windows color (decimal): -687074 or 2000117. OLE color: 2000117.

HSL color Cylindrical-coordinate representation of color #F5841E: hue angle of 28.47º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5841E is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB24513230-
CMYK00.460.880.04
HSL28.47º91.49%53.92%-
HSV(B)28.47º87.76%96.08%-
XYZ46.1436.015.75-
YUV154.1657.94192.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.20%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 30 (12.11% from 255) = 7.37%
R=60.20%
G=32.43%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451323000.460.880.0428.4791.4953.92
HexF5841E02E5841c5b36
Octal3652043605613043413366
Binary11110101100001001111001011101011000100111001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5841E; }

 p { color: rgb(245,132,30); }

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

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

 a { background-color: rgb(245,132,30); }

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

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

 span { border-color: rgb(245,132,30); }

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