#F28713

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

Shades of Carrot Orange #F28713

Tints of Carrot Orange #F28713

Color information

#F28713 (or 0xF28713) is unknown color: approx Carrot Orange. HEX triplet: F2, 87 and 13. RGB value is (242,135,19). Sum of RGB (Red+Green+Blue) = 242+135+19=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F28713 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28713 is #0D78EC. Grayscale: #9A9A9A. Windows color (decimal): -882925 or 1279986. OLE color: 1279986.

HSL color Cylindrical-coordinate representation of color #F28713: hue angle of 31.21º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F28713 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB24213519-
CMYK00.440.920.05
HSL31.21º89.56%51.18%-
HSV(B)31.21º92.15%94.9%-
XYZ45.436.255.22-
YUV153.7751.95190.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.11%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 19 (7.81% from 255) = 4.80%
R=61.11%
G=34.09%
B=4.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421351900.440.920.0531.2189.5651.18
HexF2871302C5C51f5a33
Octal3622072305413453713263
Binary11110010100001111001101011001011100101111111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28713; }

 p { color: rgb(242,135,19); }

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

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

 a { background-color: rgb(242,135,19); }

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

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

 span { border-color: rgb(242,135,19); }

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