Html Css Color HEX #FB470B Orange Red

📋 copy color: '#FB470B'

red 251 ◦ green 71 ◦ blue 11

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

Shades of Orange Red #FB470B

Tints of Orange Red #FB470B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.3%

R = 75.38%
G = 21.32%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB470B (or 0xFB470B) is known color: Orange Red. HEX triplet: FB, 47 and 0B. RGB value is (251,71,11). Sum of RGB (Red+Green+Blue) = 251+71+11=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB470B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB470B is #04B8F4. Grayscale: #767676. Windows color (decimal): -309493 or 739323. OLE color: 739323.

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

Color convert

RGB 251 71 11 -
CMYK 0 0.72 0.96 0.02
HSL 15º 0.97% 0.51% -
HSV(B) 15º 0.96% 0.98% -
XYZ 42.1 25.04 2.93 -
YUV 117.98 67.63 222.88 -
System Red Green Blue C M Y K H S L
Decimal 251 71 11 0 0.72 0.96 0.02 15 0.97 0.51
Hex FB 47 B 0 48 60 2 F 61 33
Octal 373 107 13 0 110 140 2 17 141 63
Binary 11111011 1000111 1011 0 1001000 1100000 10 1111 1100001 110011

Color Harmonies of #FB470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB470B

Black with #FB470B

Text Example


Text Example

White with #FB470B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB470B; }

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

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

background-color css

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

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

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

border-color css

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

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

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