#F28515

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

Shades of Carrot Orange #F28515

Tints of Carrot Orange #F28515

Color information

#F28515 (or 0xF28515) is unknown color: approx Carrot Orange. HEX triplet: F2, 85 and 15. RGB value is (242,133,21). Sum of RGB (Red+Green+Blue) = 242+133+21=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F28515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28515 is #0D7AEA. Grayscale: #999999. Windows color (decimal): -883435 or 1410546. OLE color: 1410546.

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

Color convert

RGB24213321-
CMYK00.450.910.05
HSL30.41º89.47%51.57%-
HSV(B)30.41º91.32%94.9%-
XYZ45.1435.715.22-
YUV152.8253.61191.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.11%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 21 (8.59% from 255) = 5.30%
R=61.11%
G=33.59%
B=5.30%

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
Decimal2421332100.450.910.0530.4189.4751.57
HexF2851502D5B51e5934
Octal3622052505513353613164
Binary11110010100001011010101011011011011101111101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28515; }

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

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

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

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

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

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

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

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