#F2841A

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

Shades of Carrot Orange #F2841A

Tints of Carrot Orange #F2841A

Color information

#F2841A (or 0xF2841A) is unknown color: approx Carrot Orange. HEX triplet: F2, 84 and 1A. RGB value is (242,132,26). Sum of RGB (Red+Green+Blue) = 242+132+26=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2841A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2841A is #0D7BE5. Grayscale: #999999. Windows color (decimal): -883686 or 1737970. OLE color: 1737970.

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

Color convert

RGB24213226-
CMYK00.450.890.05
HSL29.44º89.26%52.55%-
HSV(B)29.44º89.26%94.9%-
XYZ45.0635.455.45-
YUV152.8156.44191.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.5%
GREEN value IS 132 (51.95% from 255) = 33%
BLUE value IS 26 (10.55% from 255) = 6.5%
R=60.5%
G=33%
B=6.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421322600.450.890.0529.4489.2652.55
HexF2841A02D5951d5935
Octal3622043205513153513165
Binary11110010100001001101001011011011001101111011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2841A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2841A; }

 p { color: rgb(242,132,26); }

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

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

 a { background-color: rgb(242,132,26); }

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

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

 span { border-color: rgb(242,132,26); }

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