#F5921E

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

Shades of Carrot Orange #F5921E

Tints of Carrot Orange #F5921E

Color information

#F5921E (or 0xF5921E) is unknown color: approx Carrot Orange. HEX triplet: F5, 92 and 1E. RGB value is (245,146,30). Sum of RGB (Red+Green+Blue) = 245+146+30=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F5921E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5921E is #0A6DE1. Grayscale: #A2A2A2. Windows color (decimal): -683490 or 2003701. OLE color: 2003701.

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

Color convert

RGB24514630-
CMYK00.400.880.04
HSL32.37º91.49%53.92%-
HSV(B)32.37º87.76%96.08%-
XYZ48.1740.066.42-
YUV162.3853.3186.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.19%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 30 (12.11% from 255) = 7.13%
R=58.19%
G=34.68%
B=7.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451463000.400.880.0432.3791.4953.92
HexF5921E028584205b36
Octal3652223605013044013366
Binary111101011001001011110010100010110001001000001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5921E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5921E; }

 p { color: rgb(245,146,30); }

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

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

 a { background-color: rgb(245,146,30); }

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

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

 span { border-color: rgb(245,146,30); }

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