#F59614

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

Shades of Carrot Orange #F59614

Tints of Carrot Orange #F59614

Color information

#F59614 (or 0xF59614) is unknown color: approx Carrot Orange. HEX triplet: F5, 96 and 14. RGB value is (245,150,20). Sum of RGB (Red+Green+Blue) = 245+150+20=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F59614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59614 is #0A69EB. Grayscale: #A4A4A4. Windows color (decimal): -682476 or 1349365. OLE color: 1349365.

HSL color Cylindrical-coordinate representation of color #F59614: hue angle of 34.67º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F59614 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB24515020-
CMYK00.390.920.04
HSL34.67º91.84%51.96%-
HSV(B)34.67º91.84%96.08%-
XYZ48.6941.286.06-
YUV163.5846.97186.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.04%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 20 (8.20% from 255) = 4.82%
R=59.04%
G=36.14%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451502000.390.920.0434.6791.8451.96
HexF596140275C4235c34
Octal3652262404713444313464
Binary111101011001011010100010011110111001001000111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59614; }

 p { color: rgb(245,150,20); }

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

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

 a { background-color: rgb(245,150,20); }

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

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

 span { border-color: rgb(245,150,20); }

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