Html Css Color HEX #FF4810 Orange Red

📋 copy color: '#FF4810'

red 255 ◦ green 72 ◦ blue 16

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

Shades of Orange Red #FF4810

Tints of Orange Red #FF4810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.66%

R = 74.34%
G = 20.99%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF4810 (or 0xFF4810) is known color: Orange Red. HEX triplet: FF, 48 and 10. RGB value is (255,72,16). Sum of RGB (Red+Green+Blue) = 255+72+16=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4810 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4810 is #00B7EF. Grayscale: #787878. Windows color (decimal): -47088 or 1067263. OLE color: 1067263.

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

Color convert

RGB 255 72 16 -
CMYK 0 0.72 0.94 0
HSL 14.06º 1% 0.53% -
HSV(B) 14.06º 0.94% 1% -
XYZ 43.65 25.93 3.19 -
YUV 120.33 69.13 224.05 -
System Red Green Blue C M Y K H S L
Decimal 255 72 16 0 0.72 0.94 0 14.06 1 0.53
Hex FF 48 10 0 48 5E 0 E 64 35
Octal 377 110 20 0 110 136 0 16 144 65
Binary 11111111 1001000 10000 0 1001000 1011110 0 1110 1100100 110101

Color Harmonies of #FF4810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4810

Black with #FF4810

Text Example


Text Example

White with #FF4810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4810; }

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

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

background-color css

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

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

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

border-color css

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

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

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