Html Css Color HEX #FF4818 Orange Red

📋 copy color: '#FF4818'

red 255 ◦ green 72 ◦ blue 24

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

Shades of Orange Red #FF4818

Tints of Orange Red #FF4818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.51%

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

R = 72.65%
G = 20.51%
B = 6.84%

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

#FF4818 (or 0xFF4818) is known color: Orange Red. HEX triplet: FF, 48 and 18. RGB value is (255,72,24). Sum of RGB (Red+Green+Blue) = 255+72+24=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4818 is #00B7E7. Grayscale: #797979. Windows color (decimal): -47080 or 1591551. OLE color: 1591551.

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

Color convert

RGB 255 72 24 -
CMYK 0 0.72 0.91 0
HSL 12.47º 1% 0.55% -
HSV(B) 12.47º 0.91% 1% -
XYZ 43.72 25.96 3.57 -
YUV 121.25 73.13 223.4 -
System Red Green Blue C M Y K H S L
Decimal 255 72 24 0 0.72 0.91 0 12.47 1 0.55
Hex FF 48 18 0 48 5B 0 C 64 37
Octal 377 110 30 0 110 133 0 14 144 67
Binary 11111111 1001000 11000 0 1001000 1011011 0 1100 1100100 110111

Color Harmonies of #FF4818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4818

Black with #FF4818

Text Example


Text Example

White with #FF4818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4818; }

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

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

background-color css

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

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

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

border-color css

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

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

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