#F58422

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

Shades of Carrot Orange #F58422

Tints of Carrot Orange #F58422

Color information

#F58422 (or 0xF58422) is unknown color: approx Carrot Orange. HEX triplet: F5, 84 and 22. RGB value is (245,132,34). Sum of RGB (Red+Green+Blue) = 245+132+34=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 34 (13.67% from 255 or 8.27% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F58422 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58422 is #0A7BDD. Grayscale: #9B9B9B. Windows color (decimal): -687070 or 2262261. OLE color: 2262261.

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

Color convert

RGB24513234-
CMYK00.460.860.04
HSL27.87º91.34%54.71%-
HSV(B)27.87º86.12%96.08%-
XYZ46.236.036.03-
YUV154.6159.94192.47-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.61%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 34 (13.67% from 255) = 8.27%
R=59.61%
G=32.12%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451323400.460.860.0427.8791.3454.71
HexF5842202E5641c5b37
Octal3652044205612643413367
Binary111101011000010010001001011101010110100111001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58422; }

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

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

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

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

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

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

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

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