Html Css Color HEX #FD3800 Orange Red

📋 copy color: '#FD3800'

red 253 ◦ green 56 ◦ blue 0

#FD3800
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #FD3800

Tints of Orange Red #FD3800

RGB

 RED value IS 253 (99.22% from 255) = 81.88%

 GREEN value IS 56 (22.27% from 255) = 18.12%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.88%
G = 18.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD3800 (or 0xFD3800) is known color: Orange Red. HEX triplet: FD, 38 and 00. RGB value is (253,56,0). Sum of RGB (Red+Green+Blue) = 253+56+0=309 (40% of max value = 765). Red value is 253 (99.22% from 255 or 81.88% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3800 is #02C7FF. Grayscale: #6C6C6C. Windows color (decimal): -182272 or 14589. OLE color: 14589.

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

Color convert

RGB 253 56 0 -
CMYK 0 0.78 1 0.01
HSL 13.28º 1% 0.5% -
HSV(B) 13.28º 1% 0.99% -
XYZ 41.92 23.71 2.37 -
YUV 108.52 66.77 231.05 -
System Red Green Blue C M Y K H S L
Decimal 253 56 0 0 0.78 1 0.01 13.28 1 0.5
Hex FD 38 0 0 4E 64 1 D 64 32
Octal 375 70 0 0 116 144 1 15 144 62
Binary 11111101 111000 0 0 1001110 1100100 1 1101 1100100 110010

Color Harmonies of #FD3800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3800

Black with #FD3800

Text Example


Text Example

White with #FD3800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3800; }

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

 H1.HeaderClassName
 {
   color: #FD3800;
 }
 .AnyTagClassName
 {
   color: #FD3800;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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