#F28415

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

Shades of Carrot Orange #F28415

Tints of Carrot Orange #F28415

Color information

#F28415 (or 0xF28415) is unknown color: approx Carrot Orange. HEX triplet: F2, 84 and 15. RGB value is (242,132,21). Sum of RGB (Red+Green+Blue) = 242+132+21=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F28415 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28415 is #0D7BEA. Grayscale: #989898. Windows color (decimal): -883691 or 1410290. OLE color: 1410290.

HSL color Cylindrical-coordinate representation of color #F28415: hue angle of 30.14º 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 #F28415 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB24213221-
CMYK00.450.910.05
HSL30.14º89.47%51.57%-
HSV(B)30.14º91.32%94.9%-
XYZ4535.435.18-
YUV152.2453.94192.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.27%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 21 (8.59% from 255) = 5.32%
R=61.27%
G=33.42%
B=5.32%

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
Decimal2421322100.450.910.0530.1489.4751.57
HexF2841502D5B51e5934
Octal3622042505513353613164
Binary11110010100001001010101011011011011101111101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28415; }

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

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

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

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

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

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

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

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