#F09319

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

Shades of Carrot Orange #F09319

Tints of Carrot Orange #F09319

Color information

#F09319 (or 0xF09319) is unknown color: approx Carrot Orange. HEX triplet: F0, 93 and 19. RGB value is (240,147,25). Sum of RGB (Red+Green+Blue) = 240+147+25=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F09319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09319 is #0F6CE6. Grayscale: #A1A1A1. Windows color (decimal): -1010919 or 1676272. OLE color: 1676272.

HSL color Cylindrical-coordinate representation of color #F09319: hue angle of 34.05º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F09319 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB24014725-
CMYK00.390.900.06
HSL34.05º87.76%51.96%-
HSV(B)34.05º89.58%94.12%-
XYZ46.5439.466.08-
YUV160.951.31184.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.25%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 25 (10.16% from 255) = 6.07%
R=58.25%
G=35.68%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401472500.390.900.0634.0587.7651.96
HexF093190275A6225834
Octal3602233104713264213064
Binary111100001001001111001010011110110101101000101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09319; }

 p { color: rgb(240,147,25); }

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

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

 a { background-color: rgb(240,147,25); }

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

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

 span { border-color: rgb(240,147,25); }

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