Html Css Color HEX #FF481E Red Orange

📋 copy color: '#FF481E'

red 255 ◦ green 72 ◦ blue 30

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

Shades of Red Orange #FF481E

Tints of Red Orange #FF481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.4%

R = 71.43%
G = 20.17%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF481E (or 0xFF481E) is known color: Red Orange. HEX triplet: FF, 48 and 1E. RGB value is (255,72,30). Sum of RGB (Red+Green+Blue) = 255+72+30=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF481E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF481E is #00B7E1. Grayscale: #7A7A7A. Windows color (decimal): -47074 or 1984767. OLE color: 1984767.

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

Color convert

RGB 255 72 30 -
CMYK 0 0.72 0.88 0
HSL 11.2º 1% 0.56% -
HSV(B) 11.2º 0.88% 1% -
XYZ 43.79 25.99 3.94 -
YUV 121.93 76.13 222.92 -
System Red Green Blue C M Y K H S L
Decimal 255 72 30 0 0.72 0.88 0 11.2 1 0.56
Hex FF 48 1E 0 48 58 0 B 64 38
Octal 377 110 36 0 110 130 0 13 144 70
Binary 11111111 1001000 11110 0 1001000 1011000 0 1011 1100100 111000

Color Harmonies of #FF481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF481E

Black with #FF481E

Text Example


Text Example

White with #FF481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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