#FF4300

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

Shades of Orange Red #FF4300

Tints of Orange Red #FF4300

Color information

#FF4300 (or 0xFF4300) is unknown color: approx Orange Red. HEX triplet: FF, 43 and 00. RGB value is (255,67,0). Sum of RGB (Red+Green+Blue) = 255+67+0=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4300 is #00BCFF. Grayscale: #747474. Windows color (decimal): -48384 or 17407. OLE color: 17407.

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

Color convert

RGB255670-
CMYK00.7410
HSL15.76º100%50%-
HSV(B)15.76º100%100%-
XYZ43.2525.272.6-
YUV115.5762.78227.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 79.19%
GREEN value IS 67 (26.56% from 255) = 20.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.19%
G=20.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25567000.741015.7610050
HexFF43004A640106432
Octal3771030011214402014462
Binary11111111100001100100101011001000100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4300; }

 p { color: rgb(255,67,0); }

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

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

 a { background-color: rgb(255,67,0); }

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

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

 span { border-color: rgb(255,67,0); }

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