Html Css Color HEX #FB471A Orange Red

📋 copy color: '#FB471A'

red 251 ◦ green 71 ◦ blue 26

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

Shades of Orange Red #FB471A

Tints of Orange Red #FB471A

RGB

 RED value IS 251 (98.44% from 255) = 72.13%

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

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

R = 72.13%
G = 20.4%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB471A (or 0xFB471A) is known color: Orange Red. HEX triplet: FB, 47 and 1A. RGB value is (251,71,26). Sum of RGB (Red+Green+Blue) = 251+71+26=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB471A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB471A is #04B8E5. Grayscale: #787878. Windows color (decimal): -309478 or 1722363. OLE color: 1722363.

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

Color convert

RGB 251 71 26 -
CMYK 0 0.72 0.90 0.02
HSL 12º 0.97% 0.54% -
HSV(B) 12º 0.9% 0.98% -
XYZ 42.22 25.09 3.59 -
YUV 119.69 75.13 221.66 -
System Red Green Blue C M Y K H S L
Decimal 251 71 26 0 0.72 0.90 0.02 12 0.97 0.54
Hex FB 47 1A 0 48 5A 2 C 61 36
Octal 373 107 32 0 110 132 2 14 141 66
Binary 11111011 1000111 11010 0 1001000 1011010 10 1100 1100001 110110

Color Harmonies of #FB471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB471A

Black with #FB471A

Text Example


Text Example

White with #FB471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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