#f69e20

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

Shades of Carrot Orange #F69E20

Tints of Carrot Orange #F69E20

Color information

#F69E20 (or 0xF69E20) is unknown color: approx Carrot Orange. HEX triplet: F6, 9E and 20. RGB value is (246,158,32). Sum of RGB (Red+Green+Blue) = 246+158+32=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F69E20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69E20 is #0961DF. Grayscale: #AAAAAA. Windows color (decimal): -614880 or 2137846. OLE color: 2137846.

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

Color convert

RGB24615832-
CMYK00.360.870.04
HSL35.33º92.24%54.51%-
HSV(B)35.33º86.99%96.47%-
XYZ50.4944.157.23-
YUV169.9550.15182.25-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 56.42%
GREEN value IS 158 (62.11% from 255) = 36.24%
BLUE value IS 32 (12.89% from 255) = 7.34%
R=56.42%
G=36.24%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461583200.360.870.0435.3392.2454.51
HexF69E20024574235c37
Octal3662364004412744313467
Binary1111011010011110100000010010010101111001000111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f69e20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f69e20; }

 p { color: rgb(246,158,32); }

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

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

 a { background-color: rgb(246,158,32); }

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

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

 span { border-color: rgb(246,158,32); }

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