Html Css Color HEX #FD4401 Orange Red

📋 copy color: '#FD4401'

red 253 ◦ green 68 ◦ blue 1

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

Shades of Orange Red #FD4401

Tints of Orange Red #FD4401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.12%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 78.57%
G = 21.12%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD4401 (or 0xFD4401) is known color: Orange Red. HEX triplet: FD, 44 and 01. RGB value is (253,68,1). Sum of RGB (Red+Green+Blue) = 253+68+1=322 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.57% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4401 is #02BBFE. Grayscale: #747474. Windows color (decimal): -179199 or 83197. OLE color: 83197.

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

Color convert

RGB 253 68 1 -
CMYK 0 0.73 1.00 0.01
HSL 15.95º 0.99% 0.5% -
HSV(B) 15.95º 1% 0.99% -
XYZ 42.58 25.02 2.61 -
YUV 115.68 63.29 225.95 -
System Red Green Blue C M Y K H S L
Decimal 253 68 1 0 0.73 1.00 0.01 15.95 0.99 0.5
Hex FD 44 1 0 49 64 1 10 63 32
Octal 375 104 1 0 111 144 1 20 143 62
Binary 11111101 1000100 1 0 1001001 1100100 1 10000 1100011 110010

Color Harmonies of #FD4401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4401

Black with #FD4401

Text Example


Text Example

White with #FD4401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4401; }

 p { color: rgb(253,68,1); }

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

background-color css

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

 a { background-color: rgb(253,68,1); }

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

border-color css

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

 span { border-color: rgb(253,68,1); }

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