Html Css Color HEX #FD4701 Orange Red

📋 copy color: '#FD4701'

red 253 ◦ green 71 ◦ blue 1

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

Shades of Orange Red #FD4701

Tints of Orange Red #FD4701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.85%

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

R = 77.85%
G = 21.85%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD4701 (or 0xFD4701) is known color: Orange Red. HEX triplet: FD, 47 and 01. RGB value is (253,71,1). Sum of RGB (Red+Green+Blue) = 253+71+1=325 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.85% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4701 is #02B8FE. Grayscale: #757575. Windows color (decimal): -178431 or 83965. OLE color: 83965.

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

Color convert

RGB 253 71 1 -
CMYK 0 0.72 1.00 0.01
HSL 16.67º 0.99% 0.5% -
HSV(B) 16.67º 1% 0.99% -
XYZ 42.77 25.39 2.68 -
YUV 117.44 62.3 224.69 -
System Red Green Blue C M Y K H S L
Decimal 253 71 1 0 0.72 1.00 0.01 16.67 0.99 0.5
Hex FD 47 1 0 48 64 1 11 63 32
Octal 375 107 1 0 110 144 1 21 143 62
Binary 11111101 1000111 1 0 1001000 1100100 1 10001 1100011 110010

Color Harmonies of #FD4701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4701

Black with #FD4701

Text Example


Text Example

White with #FD4701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4701; }

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

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

background-color css

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

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

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

border-color css

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

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

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