#ff4021

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

Shades of Red Orange #FF4021

Tints of Red Orange #FF4021

Color information

#FF4021 (or 0xFF4021) is unknown color: approx Red Orange. HEX triplet: FF, 40 and 21. RGB value is (255,64,33). Sum of RGB (Red+Green+Blue) = 255+64+33=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4021 is #00BFDE. Grayscale: #757575. Windows color (decimal): -49119 or 2179327. OLE color: 2179327.

HSL color Cylindrical-coordinate representation of color #FF4021: hue angle of 8.38º 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 #FF4021 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB2556433-
CMYK00.750.870
HSL8.38º100%56.47%-
HSV(B)8.38º87.06%100%-
XYZ43.3525.043.99-
YUV117.5780.28226.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 72.44%
GREEN value IS 64 (25.39% from 255) = 18.18%
BLUE value IS 33 (13.28% from 255) = 9.38%
R=72.44%
G=18.18%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255643300.750.8708.3810056.47
HexFF402104B57086438
Octal37710041011312701014470
Binary111111111000000100001010010111010111010001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff4021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff4021; }

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

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

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

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

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

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

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

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