#F08415

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

Shades of Carrot Orange #F08415

Tints of Carrot Orange #F08415

Color information

#F08415 (or 0xF08415) is unknown color: approx Carrot Orange. HEX triplet: F0, 84 and 15. RGB value is (240,132,21). Sum of RGB (Red+Green+Blue) = 240+132+21=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F08415 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08415 is #0F7BEA. Grayscale: #989898. Windows color (decimal): -1014763 or 1410288. OLE color: 1410288.

HSL color Cylindrical-coordinate representation of color #F08415: hue angle of 30.41º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F08415 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB24013221-
CMYK00.450.910.06
HSL30.41º87.95%51.18%-
HSV(B)30.41º91.25%94.12%-
XYZ44.3235.085.14-
YUV151.6454.28191.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 61.07%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 21 (8.59% from 255) = 5.34%
R=61.07%
G=33.59%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401322100.450.910.0630.4187.9551.18
HexF0841502D5B61e5833
Octal3602042505513363613063
Binary11110000100001001010101011011011011110111101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08415; }

 p { color: rgb(240,132,21); }

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

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

 a { background-color: rgb(240,132,21); }

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

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

 span { border-color: rgb(240,132,21); }

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