#F08D1D

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

Shades of Carrot Orange #F08D1D

Tints of Carrot Orange #F08D1D

Color information

#F08D1D (or 0xF08D1D) is unknown color: approx Carrot Orange. HEX triplet: F0, 8D and 1D. RGB value is (240,141,29). Sum of RGB (Red+Green+Blue) = 240+141+29=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08D1D is #0F72E2. Grayscale: #9E9E9E. Windows color (decimal): -1012451 or 1936880. OLE color: 1936880.

HSL color Cylindrical-coordinate representation of color #F08D1D: hue angle of 31.85º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F08D1D is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB24014129-
CMYK00.410.880.06
HSL31.85º87.55%52.75%-
HSV(B)31.85º87.92%94.12%-
XYZ45.6837.666.02-
YUV157.8355.3186.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.54%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 29 (11.72% from 255) = 7.07%
R=58.54%
G=34.39%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401412900.410.880.0631.8587.5552.75
HexF08D1D029586205835
Octal3602153505113064013065
Binary111100001000110111101010100110110001101000001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08D1D; }

 p { color: rgb(240,141,29); }

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

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

 a { background-color: rgb(240,141,29); }

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

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

 span { border-color: rgb(240,141,29); }

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