#F58A27

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

Shades of Carrot Orange #F58A27

Tints of Carrot Orange #F58A27

Color information

#F58A27 (or 0xF58A27) is unknown color: approx Carrot Orange. HEX triplet: F5, 8A and 27. RGB value is (245,138,39). Sum of RGB (Red+Green+Blue) = 245+138+39=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58A27 is #0A75D8. Grayscale: #9F9F9F. Windows color (decimal): -685529 or 2591477. OLE color: 2591477.

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

Color convert

RGB24513839-
CMYK00.440.840.04
HSL28.83º91.15%55.69%-
HSV(B)28.83º84.08%96.08%-
XYZ47.1137.746.72-
YUV158.7160.45189.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.06%
GREEN value IS 138 (54.30% from 255) = 32.70%
BLUE value IS 39 (15.62% from 255) = 9.24%
R=58.06%
G=32.70%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451383900.440.840.0428.8391.1555.69
HexF58A2702C5441d5b38
Octal3652124705412443513370
Binary111101011000101010011101011001010100100111011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58A27; }

 p { color: rgb(245,138,39); }

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

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

 a { background-color: rgb(245,138,39); }

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

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

 span { border-color: rgb(245,138,39); }

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