Html Css Color HEX #FD4705 Orange Red

📋 copy color: '#FD4705'

red 253 ◦ green 71 ◦ blue 5

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

Shades of Orange Red #FD4705

Tints of Orange Red #FD4705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 76.9%
G = 21.58%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD4705 (or 0xFD4705) is known color: Orange Red. HEX triplet: FD, 47 and 05. RGB value is (253,71,5). Sum of RGB (Red+Green+Blue) = 253+71+5=329 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.90% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4705 is #02B8FA. Grayscale: #767676. Windows color (decimal): -178427 or 346109. OLE color: 346109.

HSL color Cylindrical-coordinate representation of color #FD4705: hue angle of 15.97º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD4705 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 71 5 -
CMYK 0 0.72 0.98 0.01
HSL 15.97º 0.98% 0.51% -
HSV(B) 15.97º 0.98% 0.99% -
XYZ 42.79 25.4 2.79 -
YUV 117.89 64.3 224.37 -
System Red Green Blue C M Y K H S L
Decimal 253 71 5 0 0.72 0.98 0.01 15.97 0.98 0.51
Hex FD 47 5 0 48 62 1 10 62 33
Octal 375 107 5 0 110 142 1 20 142 63
Binary 11111101 1000111 101 0 1001000 1100010 1 10000 1100010 110011

Color Harmonies of #FD4705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4705

Black with #FD4705

Text Example


Text Example

White with #FD4705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4705; }

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

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

background-color css

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

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

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

border-color css

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

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

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