#F3A11E

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

Shades of Carrot Orange #F3A11E

Tints of Carrot Orange #F3A11E

Color information

#F3A11E (or 0xF3A11E) is unknown color: approx Carrot Orange. HEX triplet: F3, A1 and 1E. RGB value is (243,161,30). Sum of RGB (Red+Green+Blue) = 243+161+30=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A11E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A11E is #0C5EE1. Grayscale: #ABABAB. Windows color (decimal): -810722 or 2007539. OLE color: 2007539.

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

Color convert

RGB24316130-
CMYK00.340.880.05
HSL36.9º89.87%53.53%-
HSV(B)36.9º87.65%95.29%-
XYZ49.9444.647.21-
YUV170.5848.67179.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.99%
GREEN value IS 161 (63.28% from 255) = 37.10%
BLUE value IS 30 (12.11% from 255) = 6.91%
R=55.99%
G=37.10%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431613000.340.880.0536.989.8753.53
HexF3A11E022585255a36
Octal3632413604213054513266
Binary111100111010000111110010001010110001011001011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A11E; }

 p { color: rgb(243,161,30); }

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

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

 a { background-color: rgb(243,161,30); }

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

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

 span { border-color: rgb(243,161,30); }

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