Html Css Color HEX #FD4500 Orange Red

📋 copy color: '#FD4500'

red 253 ◦ green 69 ◦ blue 0

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

Shades of Orange Red #FD4500

Tints of Orange Red #FD4500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.43%

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

R = 78.57%
G = 21.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD4500 (or 0xFD4500) is known color: Orange Red. HEX triplet: FD, 45 and 00. RGB value is (253,69,0). Sum of RGB (Red+Green+Blue) = 253+69+0=322 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.57% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4500 is #02BAFF. Grayscale: #747474. Windows color (decimal): -178944 or 17917. OLE color: 17917.

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

Color convert

RGB 253 69 0 -
CMYK 0 0.73 1 0.01
HSL 16.36º 1% 0.5% -
HSV(B) 16.36º 1% 0.99% -
XYZ 42.64 25.14 2.61 -
YUV 116.15 62.46 225.61 -
System Red Green Blue C M Y K H S L
Decimal 253 69 0 0 0.73 1 0.01 16.36 1 0.5
Hex FD 45 0 0 49 64 1 10 64 32
Octal 375 105 0 0 111 144 1 20 144 62
Binary 11111101 1000101 0 0 1001001 1100100 1 10000 1100100 110010

Color Harmonies of #FD4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4500

Black with #FD4500

Text Example


Text Example

White with #FD4500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4500; }

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

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

background-color css

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

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

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

border-color css

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

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

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