#F69516

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

Shades of Carrot Orange #F69516

Tints of Carrot Orange #F69516

Color information

#F69516 (or 0xF69516) is unknown color: approx Carrot Orange. HEX triplet: F6, 95 and 16. RGB value is (246,149,22). Sum of RGB (Red+Green+Blue) = 246+149+22=417 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.99% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 246 - color contains mainly: red. Hex color #F69516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69516 is #096AE9. Grayscale: #A4A4A4. Windows color (decimal): -617194 or 1480182. OLE color: 1480182.

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

Color convert

RGB24614922-
CMYK00.390.910.04
HSL34.02º92.56%52.55%-
HSV(B)34.02º91.06%96.47%-
XYZ48.941.156.12-
YUV163.5248.14186.83-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 58.99%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 22 (8.98% from 255) = 5.28%
R=58.99%
G=35.73%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461492200.390.910.0434.0292.5652.55
HexF695160275B4225d35
Octal3662252604713344213565
Binary111101101001010110110010011110110111001000101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69516; }

 p { color: rgb(246,149,22); }

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

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

 a { background-color: rgb(246,149,22); }

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

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

 span { border-color: rgb(246,149,22); }

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