#F3A022

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

Shades of Carrot Orange #F3A022

Tints of Carrot Orange #F3A022

Color information

#F3A022 (or 0xF3A022) is unknown color: approx Carrot Orange. HEX triplet: F3, A0 and 22. RGB value is (243,160,34). Sum of RGB (Red+Green+Blue) = 243+160+34=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 34 (13.67% from 255 or 7.78% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A022 is #0C5FDD. Grayscale: #ABABAB. Windows color (decimal): -810974 or 2269427. OLE color: 2269427.

HSL color Cylindrical-coordinate representation of color #F3A022: hue angle of 36.17º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F3A022 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB24316034-
CMYK00.340.860.05
HSL36.17º89.7%54.31%-
HSV(B)36.17º86.01%95.29%-
XYZ49.8244.317.44-
YUV170.4551179.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.61%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 34 (13.67% from 255) = 7.78%
R=55.61%
G=36.61%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431603400.340.860.0536.1789.754.31
HexF3A022022565245a36
Octal3632404204212654413266
Binary1111001110100000100010010001010101101011001001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A022; }

 p { color: rgb(243,160,34); }

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

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

 a { background-color: rgb(243,160,34); }

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

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

 span { border-color: rgb(243,160,34); }

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