#F1961A

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

Shades of Carrot Orange #F1961A

Tints of Carrot Orange #F1961A

Color information

#F1961A (or 0xF1961A) is unknown color: approx Carrot Orange. HEX triplet: F1, 96 and 1A. RGB value is (241,150,26). Sum of RGB (Red+Green+Blue) = 241+150+26=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 26 (10.55% from 255 or 6.24% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F1961A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1961A is #0E69E5. Grayscale: #A3A3A3. Windows color (decimal): -944614 or 1742577. OLE color: 1742577.

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

Color convert

RGB24115026-
CMYK00.380.890.05
HSL34.6º88.48%52.35%-
HSV(B)34.6º89.21%94.51%-
XYZ47.3740.596.31-
YUV163.0750.65183.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.79%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 26 (10.55% from 255) = 6.24%
R=57.79%
G=35.97%
B=6.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411502600.380.890.0534.688.4852.35
HexF1961A026595235834
Octal3612263204613154313064
Binary111100011001011011010010011010110011011000111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1961A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1961A; }

 p { color: rgb(241,150,26); }

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

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

 a { background-color: rgb(241,150,26); }

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

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

 span { border-color: rgb(241,150,26); }

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