#FF941E

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

Shades of Carrot Orange #FF941E

Tints of Carrot Orange #FF941E

Color information

#FF941E (or 0xFF941E) is unknown color: approx Carrot Orange. HEX triplet: FF, 94 and 1E. RGB value is (255,148,30). Sum of RGB (Red+Green+Blue) = 255+148+30=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 30 (12.11% from 255 or 6.93% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF941E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF941E is #006BE1. Grayscale: #A7A7A7. Windows color (decimal): -27618 or 2004223. OLE color: 2004223.

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

Color convert

RGB25514830-
CMYK00.420.880
HSL31.47º100%55.88%-
HSV(B)31.47º88.24%100%-
XYZ52.0642.536.69-
YUV166.5450.95191.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.89%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 30 (12.11% from 255) = 6.93%
R=58.89%
G=34.18%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551483000.420.88031.4710055.88
HexFF941E02A5801f6438
Octal3772243605213003714470
Binary111111111001010011110010101010110000111111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF941E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF941E; }

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

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

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

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

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

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

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

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