Html Css Color HEX #FF4700 Orange Red

📋 copy color: '#FF4700'

red 255 ◦ green 71 ◦ blue 0

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

Shades of Orange Red #FF4700

Tints of Orange Red #FF4700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.22%
G = 21.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF4700 (or 0xFF4700) is known color: Orange Red. HEX triplet: FF, 47 and 00. RGB value is (255,71,0). Sum of RGB (Red+Green+Blue) = 255+71+0=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4700 is #00B8FF. Grayscale: #767676. Windows color (decimal): -47360 or 18431. OLE color: 18431.

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

Color convert

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

Color Harmonies of #FF4700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4700

Black with #FF4700

Text Example


Text Example

White with #FF4700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4700; }

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

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

background-color css

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

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

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

border-color css

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

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

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