Html Css Color HEX #FF4701 Orange Red

📋 copy color: '#FF4701'

red 255 ◦ green 71 ◦ blue 1

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

Shades of Orange Red #FF4701

Tints of Orange Red #FF4701

RGB

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

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

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

R = 77.98%
G = 21.71%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF4701 (or 0xFF4701) is known color: Orange Red. HEX triplet: FF, 47 and 01. RGB value is (255,71,1). Sum of RGB (Red+Green+Blue) = 255+71+1=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4701 is #00B8FE. Grayscale: #767676. Windows color (decimal): -47359 or 83967. OLE color: 83967.

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

Color convert

RGB 255 71 1 -
CMYK 0 0.72 1.00 0
HSL 16.54º 1% 0.5% -
HSV(B) 16.54º 1% 1% -
XYZ 43.5 25.77 2.71 -
YUV 118.04 61.96 225.69 -
System Red Green Blue C M Y K H S L
Decimal 255 71 1 0 0.72 1.00 0 16.54 1 0.5
Hex FF 47 1 0 48 64 0 11 64 32
Octal 377 107 1 0 110 144 0 21 144 62
Binary 11111111 1000111 1 0 1001000 1100100 0 10001 1100100 110010

Color Harmonies of #FF4701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4701

Black with #FF4701

Text Example


Text Example

White with #FF4701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4701; }

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

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

background-color css

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

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

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

border-color css

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

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

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