#F0A321

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

Shades of Carrot Orange #F0A321

Tints of Carrot Orange #F0A321

Color information

#F0A321 (or 0xF0A321) is unknown color: approx Carrot Orange. HEX triplet: F0, A3 and 21. RGB value is (240,163,33). Sum of RGB (Red+Green+Blue) = 240+163+33=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A321 is #0F5CDE. Grayscale: #ABABAB. Windows color (decimal): -1006815 or 2204656. OLE color: 2204656.

HSL color Cylindrical-coordinate representation of color #F0A321: hue angle of 37.68º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0A321 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB24016333-
CMYK00.320.860.06
HSL37.68º87.34%53.53%-
HSV(B)37.68º86.25%94.12%-
XYZ49.3144.837.49-
YUV171.250.01177.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.05%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 33 (13.28% from 255) = 7.57%
R=55.05%
G=37.39%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401633300.320.860.0637.6887.3453.53
HexF0A321020566265736
Octal3602434104012664612766
Binary1111000010100011100001010000010101101101001101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A321; }

 p { color: rgb(240,163,33); }

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

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

 a { background-color: rgb(240,163,33); }

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

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

 span { border-color: rgb(240,163,33); }

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