Html Css Color HEX #FB370B Orange Red

📋 copy color: '#FB370B'

red 251 ◦ green 55 ◦ blue 11

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

Shades of Orange Red #FB370B

Tints of Orange Red #FB370B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

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

R = 79.18%
G = 17.35%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB370B (or 0xFB370B) is known color: Orange Red. HEX triplet: FB, 37 and 0B. RGB value is (251,55,11). Sum of RGB (Red+Green+Blue) = 251+55+11=317 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.18% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 251 - color contains mainly: red. Hex color #FB370B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB370B is #04C8F4. Grayscale: #6C6C6C. Windows color (decimal): -313589 or 735227. OLE color: 735227.

HSL color Cylindrical-coordinate representation of color #FB370B: hue angle of 11º 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 #FB370B is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 55 11 -
CMYK 0 0.78 0.96 0.02
HSL 11º 0.97% 0.51% -
HSV(B) 11º 0.96% 0.98% -
XYZ 41.21 23.27 2.64 -
YUV 108.59 72.93 229.58 -
System Red Green Blue C M Y K H S L
Decimal 251 55 11 0 0.78 0.96 0.02 11 0.97 0.51
Hex FB 37 B 0 4E 60 2 B 61 33
Octal 373 67 13 0 116 140 2 13 141 63
Binary 11111011 110111 1011 0 1001110 1100000 10 1011 1100001 110011

Color Harmonies of #FB370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB370B

Black with #FB370B

Text Example


Text Example

White with #FB370B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB370B; }

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

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

background-color css

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

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

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

border-color css

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

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

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