Html Css Color HEX #FD3500 Orange Red

📋 copy color: '#FD3500'

red 253 ◦ green 53 ◦ blue 0

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

Shades of Orange Red #FD3500

Tints of Orange Red #FD3500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.32%

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

R = 82.68%
G = 17.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD3500 (or 0xFD3500) is known color: Orange Red. HEX triplet: FD, 35 and 00. RGB value is (253,53,0). Sum of RGB (Red+Green+Blue) = 253+53+0=306 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.68% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3500 is #02CAFF. Grayscale: #6B6B6B. Windows color (decimal): -183040 or 13821. OLE color: 13821.

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

Color convert

RGB 253 53 0 -
CMYK 0 0.79 1 0.01
HSL 12.57º 1% 0.5% -
HSV(B) 12.57º 1% 0.99% -
XYZ 41.78 23.43 2.32 -
YUV 106.76 67.76 232.31 -
System Red Green Blue C M Y K H S L
Decimal 253 53 0 0 0.79 1 0.01 12.57 1 0.5
Hex FD 35 0 0 4F 64 1 D 64 32
Octal 375 65 0 0 117 144 1 15 144 62
Binary 11111101 110101 0 0 1001111 1100100 1 1101 1100100 110010

Color Harmonies of #FD3500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3500

Black with #FD3500

Text Example


Text Example

White with #FD3500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3500; }

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

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

background-color css

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

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

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

border-color css

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

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

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