#F49125

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

Shades of Carrot Orange #F49125

Tints of Carrot Orange #F49125

Color information

#F49125 (or 0xF49125) is unknown color: approx Carrot Orange. HEX triplet: F4, 91 and 25. RGB value is (244,145,37). Sum of RGB (Red+Green+Blue) = 244+145+37=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F49125 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49125 is #0B6EDA. Grayscale: #A2A2A2. Windows color (decimal): -749275 or 2462196. OLE color: 2462196.

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

Color convert

RGB24414537-
CMYK00.410.850.04
HSL31.3º90.39%55.1%-
HSV(B)31.3º84.84%95.69%-
XYZ47.7739.626.88-
YUV162.2957.3186.28-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.28%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 37 (14.84% from 255) = 8.69%
R=57.28%
G=34.04%
B=8.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441453700.410.850.0431.390.3955.1
HexF491250295541f5a37
Octal3642214505112543713267
Binary111101001001000110010101010011010101100111111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49125; }

 p { color: rgb(244,145,37); }

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

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

 a { background-color: rgb(244,145,37); }

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

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

 span { border-color: rgb(244,145,37); }

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