#F1A11D

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

Shades of Carrot Orange #F1A11D

Tints of Carrot Orange #F1A11D

Color information

#F1A11D (or 0xF1A11D) is unknown color: approx Carrot Orange. HEX triplet: F1, A1 and 1D. RGB value is (241,161,29). Sum of RGB (Red+Green+Blue) = 241+161+29=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A11D is #0E5EE2. Grayscale: #AAAAAA. Windows color (decimal): -941795 or 1942001. OLE color: 1942001.

HSL color Cylindrical-coordinate representation of color #F1A11D: hue angle of 37.36º 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 #F1A11D is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB24116129-
CMYK00.330.880.05
HSL37.36º88.33%52.94%-
HSV(B)37.36º87.97%94.51%-
XYZ49.2444.287.11-
YUV169.8748.5178.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.92%
GREEN value IS 161 (63.28% from 255) = 37.35%
BLUE value IS 29 (11.72% from 255) = 6.73%
R=55.92%
G=37.35%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411612900.330.880.0537.3688.3352.94
HexF1A11D021585255835
Octal3612413504113054513065
Binary111100011010000111101010000110110001011001011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A11D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A11D; }

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

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

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

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

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

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

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

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