#f1942d

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

Shades of Carrot Orange #F1942D

Tints of Carrot Orange #F1942D

Color information

#F1942D (or 0xF1942D) is unknown color: approx Carrot Orange. HEX triplet: F1, 94 and 2D. RGB value is (241,148,45). Sum of RGB (Red+Green+Blue) = 241+148+45=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1942D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1942D is #0E6BD2. Grayscale: #A4A4A4. Windows color (decimal): -945107 or 2987249. OLE color: 2987249.

HSL color Cylindrical-coordinate representation of color #F1942D: hue angle of 31.53º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1942D is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB24114845-
CMYK00.390.810.05
HSL31.53º87.5%56.08%-
HSV(B)31.53º81.33%94.51%-
XYZ47.3440.077.72-
YUV164.0660.81182.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.53%
GREEN value IS 148 (58.20% from 255) = 34.10%
BLUE value IS 45 (17.97% from 255) = 10.37%
R=55.53%
G=34.10%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411484500.390.810.0531.5387.556.08
HexF1942D027515205838
Octal3612245504712154013070
Binary1111000110010100101101010011110100011011000001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1942d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1942d; }

 p { color: rgb(241,148,45); }

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

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

 a { background-color: rgb(241,148,45); }

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

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

 span { border-color: rgb(241,148,45); }

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