Html Css Color HEX #FF4705 Orange Red

📋 copy color: '#FF4705'

red 255 ◦ green 71 ◦ blue 5

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

Shades of Orange Red #FF4705

Tints of Orange Red #FF4705

RGB

 RED value IS 255 (100% from 255) = 77.04%

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

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

R = 77.04%
G = 21.45%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF4705 (or 0xFF4705) is known color: Orange Red. HEX triplet: FF, 47 and 05. RGB value is (255,71,5). Sum of RGB (Red+Green+Blue) = 255+71+5=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4705 is #00B8FA. Grayscale: #767676. Windows color (decimal): -47355 or 346111. OLE color: 346111.

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

Color convert

RGB 255 71 5 -
CMYK 0 0.72 0.98 0
HSL 15.84º 1% 0.51% -
HSV(B) 15.84º 0.98% 1% -
XYZ 43.52 25.78 2.83 -
YUV 118.49 63.96 225.37 -
System Red Green Blue C M Y K H S L
Decimal 255 71 5 0 0.72 0.98 0 15.84 1 0.51
Hex FF 47 5 0 48 62 0 10 64 33
Octal 377 107 5 0 110 142 0 20 144 63
Binary 11111111 1000111 101 0 1001000 1100010 0 10000 1100100 110011

Color Harmonies of #FF4705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4705

Black with #FF4705

Text Example


Text Example

White with #FF4705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4705; }

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

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

background-color css

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

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

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

border-color css

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

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

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