#F59714

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

Shades of Carrot Orange #F59714

Tints of Carrot Orange #F59714

Color information

#F59714 (or 0xF59714) is unknown color: approx Carrot Orange. HEX triplet: F5, 97 and 14. RGB value is (245,151,20). Sum of RGB (Red+Green+Blue) = 245+151+20=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F59714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59714 is #0A68EB. Grayscale: #A4A4A4. Windows color (decimal): -682220 or 1349621. OLE color: 1349621.

HSL color Cylindrical-coordinate representation of color #F59714: hue angle of 34.93º 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 #F59714 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB24515120-
CMYK00.380.920.04
HSL34.93º91.84%51.96%-
HSV(B)34.93º91.84%96.08%-
XYZ48.8541.66.12-
YUV164.1746.64185.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.89%
GREEN value IS 151 (59.38% from 255) = 36.30%
BLUE value IS 20 (8.20% from 255) = 4.81%
R=58.89%
G=36.30%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451512000.380.920.0434.9391.8451.96
HexF597140265C4235c34
Octal3652272404613444313464
Binary111101011001011110100010011010111001001000111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59714; }

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

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

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

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

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

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

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

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