#F28615

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

Shades of Carrot Orange #F28615

Tints of Carrot Orange #F28615

Color information

#F28615 (or 0xF28615) is unknown color: approx Carrot Orange. HEX triplet: F2, 86 and 15. RGB value is (242,134,21). Sum of RGB (Red+Green+Blue) = 242+134+21=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F28615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28615 is #0D79EA. Grayscale: #999999. Windows color (decimal): -883179 or 1410802. OLE color: 1410802.

HSL color Cylindrical-coordinate representation of color #F28615: hue angle of 30.68º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F28615 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB24213421-
CMYK00.450.910.05
HSL30.68º89.47%51.57%-
HSV(B)30.68º91.32%94.9%-
XYZ45.2835.985.27-
YUV153.4153.28191.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.96%
GREEN value IS 134 (52.73% from 255) = 33.75%
BLUE value IS 21 (8.59% from 255) = 5.29%
R=60.96%
G=33.75%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421342100.450.910.0530.6889.4751.57
HexF2861502D5B51f5934
Octal3622062505513353713164
Binary11110010100001101010101011011011011101111111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28615; }

 p { color: rgb(242,134,21); }

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

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

 a { background-color: rgb(242,134,21); }

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

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

 span { border-color: rgb(242,134,21); }

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