Html Css Color HEX #FD4300 Orange Red

📋 copy color: '#FD4300'

red 253 ◦ green 67 ◦ blue 0

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

Shades of Orange Red #FD4300

Tints of Orange Red #FD4300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.94%

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

R = 79.06%
G = 20.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD4300 (or 0xFD4300) is known color: Orange Red. HEX triplet: FD, 43 and 00. RGB value is (253,67,0). Sum of RGB (Red+Green+Blue) = 253+67+0=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4300 is #02BCFF. Grayscale: #737373. Windows color (decimal): -179456 or 17405. OLE color: 17405.

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

Color convert

RGB 253 67 0 -
CMYK 0 0.74 1 0.01
HSL 15.89º 1% 0.5% -
HSV(B) 15.89º 1% 0.99% -
XYZ 42.52 24.9 2.56 -
YUV 114.98 63.12 226.45 -
System Red Green Blue C M Y K H S L
Decimal 253 67 0 0 0.74 1 0.01 15.89 1 0.5
Hex FD 43 0 0 4A 64 1 10 64 32
Octal 375 103 0 0 112 144 1 20 144 62
Binary 11111101 1000011 0 0 1001010 1100100 1 10000 1100100 110010

Color Harmonies of #FD4300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4300

Black with #FD4300

Text Example


Text Example

White with #FD4300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4300; }

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

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

background-color css

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

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

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

border-color css

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

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

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