Html Css Color HEX #FF481F Red Orange

📋 copy color: '#FF481F'

red 255 ◦ green 72 ◦ blue 31

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

Shades of Red Orange #FF481F

Tints of Red Orange #FF481F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.66%

R = 71.23%
G = 20.11%
B = 8.66%

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

#FF481F (or 0xFF481F) is known color: Red Orange. HEX triplet: FF, 48 and 1F. RGB value is (255,72,31). Sum of RGB (Red+Green+Blue) = 255+72+31=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF481F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF481F is #00B7E0. Grayscale: #7A7A7A. Windows color (decimal): -47073 or 2050303. OLE color: 2050303.

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

Color convert

RGB 255 72 31 -
CMYK 0 0.72 0.88 0
HSL 10.98º 1% 0.56% -
HSV(B) 10.98º 0.88% 1% -
XYZ 43.8 25.99 4 -
YUV 122.04 76.63 222.83 -
System Red Green Blue C M Y K H S L
Decimal 255 72 31 0 0.72 0.88 0 10.98 1 0.56
Hex FF 48 1F 0 48 58 0 B 64 38
Octal 377 110 37 0 110 130 0 13 144 70
Binary 11111111 1001000 11111 0 1001000 1011000 0 1011 1100100 111000

Color Harmonies of #FF481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF481F

Black with #FF481F

Text Example


Text Example

White with #FF481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF481F; }

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

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

background-color css

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

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

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

border-color css

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

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

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