#F1991F

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

Shades of Carrot Orange #F1991F

Tints of Carrot Orange #F1991F

Color information

#F1991F (or 0xF1991F) is unknown color: approx Carrot Orange. HEX triplet: F1, 99 and 1F. RGB value is (241,153,31). Sum of RGB (Red+Green+Blue) = 241+153+31=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F1991F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1991F is #0E66E0. Grayscale: #A5A5A5. Windows color (decimal): -943841 or 2071025. OLE color: 2071025.

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

Color convert

RGB24115331-
CMYK00.370.870.05
HSL34.86º88.24%53.33%-
HSV(B)34.86º87.14%94.51%-
XYZ47.9141.586.8-
YUV165.452.15181.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.71%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 31 (12.5% from 255) = 7.29%
R=56.71%
G=36%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411533100.370.870.0534.8688.2453.33
HexF1991F025575235835
Octal3612313704512754313065
Binary111100011001100111111010010110101111011000111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1991F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1991F; }

 p { color: rgb(241,153,31); }

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

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

 a { background-color: rgb(241,153,31); }

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

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

 span { border-color: rgb(241,153,31); }

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