Html Css Color HEX #FF471A Orange Red

📋 copy color: '#FF471A'

red 255 ◦ green 71 ◦ blue 26

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

Shades of Orange Red #FF471A

Tints of Orange Red #FF471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.17%

 BLUE value IS 26 (10.55% from 255) = 7.39%

R = 72.44%
G = 20.17%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF471A (or 0xFF471A) is known color: Orange Red. HEX triplet: FF, 47 and 1A. RGB value is (255,71,26). Sum of RGB (Red+Green+Blue) = 255+71+26=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF471A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF471A is #00B8E5. Grayscale: #797979. Windows color (decimal): -47334 or 1722367. OLE color: 1722367.

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

Color convert

RGB 255 71 26 -
CMYK 0 0.72 0.90 0
HSL 11.79º 1% 0.55% -
HSV(B) 11.79º 0.9% 1% -
XYZ 43.68 25.84 3.66 -
YUV 120.89 74.46 223.66 -
System Red Green Blue C M Y K H S L
Decimal 255 71 26 0 0.72 0.90 0 11.79 1 0.55
Hex FF 47 1A 0 48 5A 0 C 64 37
Octal 377 107 32 0 110 132 0 14 144 67
Binary 11111111 1000111 11010 0 1001000 1011010 0 1100 1100100 110111

Color Harmonies of #FF471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF471A

Black with #FF471A

Text Example


Text Example

White with #FF471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF471A; }

 p { color: rgb(255,71,26); }

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

background-color css

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

 a { background-color: rgb(255,71,26); }

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

border-color css

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

 span { border-color: rgb(255,71,26); }

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