#FD380F

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

Shades of Orange Red #FD380F

Tints of Orange Red #FD380F

Color information

#FD380F (or 0xFD380F) is unknown color: approx Orange Red. HEX triplet: FD, 38 and 0F. RGB value is (253,56,15). Sum of RGB (Red+Green+Blue) = 253+56+15=324 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.09% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 253 - color contains mainly: red. Hex color #FD380F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD380F is #02C7F0. Grayscale: #6E6E6E. Windows color (decimal): -182257 or 997629. OLE color: 997629.

HSL color Cylindrical-coordinate representation of color #FD380F: hue angle of 10.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD380F is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB2535615-
CMYK00.780.940.01
HSL10.34º98.35%52.55%-
HSV(B)10.34º94.07%99.22%-
XYZ42.0123.752.82-
YUV110.2374.27229.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 78.09%
GREEN value IS 56 (22.27% from 255) = 17.28%
BLUE value IS 15 (6.25% from 255) = 4.63%
R=78.09%
G=17.28%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253561500.780.940.0110.3498.3552.55
HexFD38F04E5E1a6235
Octal3757017011613611214265
Binary111111011110001111010011101011110110101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD380F; }

 p { color: rgb(253,56,15); }

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

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

 a { background-color: rgb(253,56,15); }

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

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

 span { border-color: rgb(253,56,15); }

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