#FF3800

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

Shades of Orange Red #FF3800

Tints of Orange Red #FF3800

Color information

#FF3800 (or 0xFF3800) is unknown color: approx Orange Red. HEX triplet: FF, 38 and 00. RGB value is (255,56,0). Sum of RGB (Red+Green+Blue) = 255+56+0=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3800 is #00C7FF. Grayscale: #6D6D6D. Windows color (decimal): -51200 or 14591. OLE color: 14591.

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

Color convert

RGB255560-
CMYK00.7810
HSL13.18º100%50%-
HSV(B)13.18º100%100%-
XYZ42.6524.092.4-
YUV109.1266.43232.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 81.99%
GREEN value IS 56 (22.27% from 255) = 18.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.99%
G=18.01%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25556000.781013.1810050
HexFF38004E640d6432
Octal377700011614401514462
Binary111111111110000010011101100100011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3800; }

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

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

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

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

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

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

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

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