Html Css Color HEX #FD3D00 Orange Red

📋 copy color: '#FD3D00'

red 253 ◦ green 61 ◦ blue 0

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

Shades of Orange Red #FD3D00

Tints of Orange Red #FD3D00

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.43%

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

R = 80.57%
G = 19.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD3D00 (or 0xFD3D00) is known color: Orange Red. HEX triplet: FD, 3D and 00. RGB value is (253,61,0). Sum of RGB (Red+Green+Blue) = 253+61+0=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3D00 is #02C2FF. Grayscale: #6F6F6F. Windows color (decimal): -180992 or 15869. OLE color: 15869.

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

Color convert

RGB 253 61 0 -
CMYK 0 0.76 1 0.01
HSL 14.47º 1% 0.5% -
HSV(B) 14.47º 1% 0.99% -
XYZ 42.18 24.22 2.45 -
YUV 111.45 65.11 228.96 -
System Red Green Blue C M Y K H S L
Decimal 253 61 0 0 0.76 1 0.01 14.47 1 0.5
Hex FD 3D 0 0 4C 64 1 E 64 32
Octal 375 75 0 0 114 144 1 16 144 62
Binary 11111101 111101 0 0 1001100 1100100 1 1110 1100100 110010

Color Harmonies of #FD3D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3D00

Black with #FD3D00

Text Example


Text Example

White with #FD3D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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