#FF911E

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

Shades of Carrot Orange #FF911E

Tints of Carrot Orange #FF911E

Color information

#FF911E (or 0xFF911E) is unknown color: approx Carrot Orange. HEX triplet: FF, 91 and 1E. RGB value is (255,145,30). Sum of RGB (Red+Green+Blue) = 255+145+30=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF911E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF911E is #006EE1. Grayscale: #A5A5A5. Windows color (decimal): -28386 or 2003455. OLE color: 2003455.

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

Color convert

RGB25514530-
CMYK00.430.880
HSL30.67º100%55.88%-
HSV(B)30.67º88.24%100%-
XYZ51.641.66.54-
YUV164.7851.94192.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.30%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 30 (12.11% from 255) = 6.98%
R=59.30%
G=33.72%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551453000.430.88030.6710055.88
HexFF911E02B5801f6438
Octal3772213605313003714470
Binary111111111001000111110010101110110000111111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF911E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF911E; }

 p { color: rgb(255,145,30); }

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

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

 a { background-color: rgb(255,145,30); }

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

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

 span { border-color: rgb(255,145,30); }

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