Html Css Color HEX #FF4718 Orange Red

📋 copy color: '#FF4718'

red 255 ◦ green 71 ◦ blue 24

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

Shades of Orange Red #FF4718

Tints of Orange Red #FF4718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.86%

R = 72.86%
G = 20.29%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF4718 (or 0xFF4718) is known color: Orange Red. HEX triplet: FF, 47 and 18. RGB value is (255,71,24). Sum of RGB (Red+Green+Blue) = 255+71+24=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4718 is #00B8E7. Grayscale: #797979. Windows color (decimal): -47336 or 1591295. OLE color: 1591295.

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

Color convert

RGB 255 71 24 -
CMYK 0 0.72 0.91 0
HSL 12.21º 1% 0.55% -
HSV(B) 12.21º 0.91% 1% -
XYZ 43.66 25.83 3.55 -
YUV 120.66 73.46 223.82 -
System Red Green Blue C M Y K H S L
Decimal 255 71 24 0 0.72 0.91 0 12.21 1 0.55
Hex FF 47 18 0 48 5B 0 C 64 37
Octal 377 107 30 0 110 133 0 14 144 67
Binary 11111111 1000111 11000 0 1001000 1011011 0 1100 1100100 110111

Color Harmonies of #FF4718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4718

Black with #FF4718

Text Example


Text Example

White with #FF4718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4718; }

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

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

background-color css

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

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

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

border-color css

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

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

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