#F88D15

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

Shades of Carrot Orange #F88D15

Tints of Carrot Orange #F88D15

Color information

#F88D15 (or 0xF88D15) is unknown color: approx Carrot Orange. HEX triplet: F8, 8D and 15. RGB value is (248,141,21). Sum of RGB (Red+Green+Blue) = 248+141+21=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F88D15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88D15 is #0772EA. Grayscale: #9F9F9F. Windows color (decimal): -488171 or 1412600. OLE color: 1412600.

HSL color Cylindrical-coordinate representation of color #F88D15: hue angle of 31.72º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F88D15 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB24814121-
CMYK00.430.920.03
HSL31.72º94.19%52.75%-
HSV(B)31.72º91.53%97.25%-
XYZ48.3739.065.7-
YUV159.3149.95191.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.49%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 21 (8.59% from 255) = 5.12%
R=60.49%
G=34.39%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481412100.430.920.0331.7294.1952.75
HexF88D1502B5C3205e35
Octal3702152505313434013665
Binary11111000100011011010101010111011100111000001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88D15; }

 p { color: rgb(248,141,21); }

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

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

 a { background-color: rgb(248,141,21); }

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

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

 span { border-color: rgb(248,141,21); }

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