#FF9021

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

Shades of Carrot Orange #FF9021

Tints of Carrot Orange #FF9021

Color information

#FF9021 (or 0xFF9021) is unknown color: approx Carrot Orange. HEX triplet: FF, 90 and 21. RGB value is (255,144,33). Sum of RGB (Red+Green+Blue) = 255+144+33=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9021 is #006FDE. Grayscale: #A5A5A5. Windows color (decimal): -28639 or 2199807. OLE color: 2199807.

HSL color Cylindrical-coordinate representation of color #FF9021: hue angle of 30º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF9021 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB25514433-
CMYK00.440.870
HSL30º100%56.47%-
HSV(B)30º87.06%100%-
XYZ51.4941.326.7-
YUV164.5353.77192.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.03%
GREEN value IS 144 (56.64% from 255) = 33.33%
BLUE value IS 33 (13.28% from 255) = 7.64%
R=59.03%
G=33.33%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551443300.440.8703010056.47
HexFF902102C5701e6438
Octal3772204105412703614470
Binary1111111110010000100001010110010101110111101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9021; }

 p { color: rgb(255,144,33); }

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

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

 a { background-color: rgb(255,144,33); }

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

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

 span { border-color: rgb(255,144,33); }

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