Html Css Color HEX #FB471D Red Orange

📋 copy color: '#FB471D'

red 251 ◦ green 71 ◦ blue 29

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

Shades of Red Orange #FB471D

Tints of Red Orange #FB471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.26%

R = 71.51%
G = 20.23%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB471D (or 0xFB471D) is known color: Red Orange. HEX triplet: FB, 47 and 1D. RGB value is (251,71,29). Sum of RGB (Red+Green+Blue) = 251+71+29=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB471D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB471D is #04B8E2. Grayscale: #787878. Windows color (decimal): -309475 or 1918971. OLE color: 1918971.

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

Color convert

RGB 251 71 29 -
CMYK 0 0.72 0.88 0.02
HSL 11.35º 0.97% 0.55% -
HSV(B) 11.35º 0.88% 0.98% -
XYZ 42.26 25.1 3.78 -
YUV 120.03 76.63 221.42 -
System Red Green Blue C M Y K H S L
Decimal 251 71 29 0 0.72 0.88 0.02 11.35 0.97 0.55
Hex FB 47 1D 0 48 58 2 B 61 37
Octal 373 107 35 0 110 130 2 13 141 67
Binary 11111011 1000111 11101 0 1001000 1011000 10 1011 1100001 110111

Color Harmonies of #FB471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB471D

Black with #FB471D

Text Example


Text Example

White with #FB471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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