#F1951A

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

Shades of Carrot Orange #F1951A

Tints of Carrot Orange #F1951A

Color information

#F1951A (or 0xF1951A) is unknown color: approx Carrot Orange. HEX triplet: F1, 95 and 1A. RGB value is (241,149,26). Sum of RGB (Red+Green+Blue) = 241+149+26=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 26 (10.55% from 255 or 6.25% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F1951A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1951A is #0E6AE5. Grayscale: #A3A3A3. Windows color (decimal): -944870 or 1742321. OLE color: 1742321.

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

Color convert

RGB24114926-
CMYK00.380.890.05
HSL34.33º88.48%52.35%-
HSV(B)34.33º89.21%94.51%-
XYZ47.2140.276.26-
YUV162.4950.98184-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.93%
GREEN value IS 149 (58.59% from 255) = 35.82%
BLUE value IS 26 (10.55% from 255) = 6.25%
R=57.93%
G=35.82%
B=6.25%

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
Decimal2411492600.380.890.0534.3388.4852.35
HexF1951A026595225834
Octal3612253204613154213064
Binary111100011001010111010010011010110011011000101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1951A; }

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

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

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

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

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

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

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

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