#F28315

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

Shades of Carrot Orange #F28315

Tints of Carrot Orange #F28315

Color information

#F28315 (or 0xF28315) is unknown color: approx Carrot Orange. HEX triplet: F2, 83 and 15. RGB value is (242,131,21). Sum of RGB (Red+Green+Blue) = 242+131+21=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F28315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28315 is #0D7CEA. Grayscale: #989898. Windows color (decimal): -883947 or 1410034. OLE color: 1410034.

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

Color convert

RGB24213121-
CMYK00.460.910.05
HSL29.86º89.47%51.57%-
HSV(B)29.86º91.32%94.9%-
XYZ44.8735.165.13-
YUV151.6554.27192.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.42%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 21 (8.59% from 255) = 5.33%
R=61.42%
G=33.25%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421312100.460.910.0529.8689.4751.57
HexF2831502E5B51e5934
Octal3622032505613353613164
Binary11110010100000111010101011101011011101111101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28315; }

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

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

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

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

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

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

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

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