Html Css Color HEX #FF4800 Orange Red

📋 copy color: '#FF4800'

red 255 ◦ green 72 ◦ blue 0

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

Shades of Orange Red #FF4800

Tints of Orange Red #FF4800

RGB

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

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

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

R = 77.98%
G = 22.02%
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

#FF4800 (or 0xFF4800) is known color: Orange Red. HEX triplet: FF, 48 and 00. RGB value is (255,72,0). Sum of RGB (Red+Green+Blue) = 255+72+0=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4800 is #00B7FF. Grayscale: #767676. Windows color (decimal): -47104 or 18687. OLE color: 18687.

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

Color convert

RGB 255 72 0 -
CMYK 0 0.72 1 0
HSL 16.94º 1% 0.5% -
HSV(B) 16.94º 1% 1% -
XYZ 43.56 25.89 2.7 -
YUV 118.51 61.13 225.35 -
System Red Green Blue C M Y K H S L
Decimal 255 72 0 0 0.72 1 0 16.94 1 0.5
Hex FF 48 0 0 48 64 0 11 64 32
Octal 377 110 0 0 110 144 0 21 144 62
Binary 11111111 1001000 0 0 1001000 1100100 0 10001 1100100 110010

Color Harmonies of #FF4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4800

Black with #FF4800

Text Example


Text Example

White with #FF4800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4800; }

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

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

background-color css

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

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

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

border-color css

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

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

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