#F1931D

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

Shades of Carrot Orange #F1931D

Tints of Carrot Orange #F1931D

Color information

#F1931D (or 0xF1931D) is unknown color: approx Carrot Orange. HEX triplet: F1, 93 and 1D. RGB value is (241,147,29). Sum of RGB (Red+Green+Blue) = 241+147+29=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F1931D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1931D is #0E6CE2. Grayscale: #A2A2A2. Windows color (decimal): -945379 or 1938417. OLE color: 1938417.

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

Color convert

RGB24114729-
CMYK00.390.880.05
HSL33.4º88.33%52.94%-
HSV(B)33.4º87.97%94.51%-
XYZ46.9339.666.34-
YUV161.6553.14184.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.79%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 29 (11.72% from 255) = 6.95%
R=57.79%
G=35.25%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411472900.390.880.0533.488.3352.94
HexF1931D027585215835
Octal3612233504713054113065
Binary111100011001001111101010011110110001011000011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1931D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1931D; }

 p { color: rgb(241,147,29); }

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

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

 a { background-color: rgb(241,147,29); }

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

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

 span { border-color: rgb(241,147,29); }

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