Html Css Color HEX #FB4B1B Orange Red

📋 copy color: '#FB4B1B'

red 251 ◦ green 75 ◦ blue 27

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

Shades of Orange Red #FB4B1B

Tints of Orange Red #FB4B1B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.25%

 BLUE value IS 27 (10.94% from 255) = 7.65%

R = 71.1%
G = 21.25%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB4B1B (or 0xFB4B1B) is known color: Orange Red. HEX triplet: FB, 4B and 1B. RGB value is (251,75,27). Sum of RGB (Red+Green+Blue) = 251+75+27=353 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.10% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4B1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4B1B is #04B4E4. Grayscale: #7A7A7A. Windows color (decimal): -308453 or 1788923. OLE color: 1788923.

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

Color convert

RGB 251 75 27 -
CMYK 0 0.70 0.89 0.02
HSL 12.86º 0.97% 0.55% -
HSV(B) 12.86º 0.89% 0.98% -
XYZ 42.5 25.62 3.74 -
YUV 122.15 74.31 219.9 -
System Red Green Blue C M Y K H S L
Decimal 251 75 27 0 0.70 0.89 0.02 12.86 0.97 0.55
Hex FB 4B 1B 0 46 59 2 D 61 37
Octal 373 113 33 0 106 131 2 15 141 67
Binary 11111011 1001011 11011 0 1000110 1011001 10 1101 1100001 110111

Color Harmonies of #FB4B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4B1B

Black with #FB4B1B

Text Example


Text Example

White with #FB4B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4B1B; }

 p { color: rgb(251,75,27); }

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

background-color css

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

 a { background-color: rgb(251,75,27); }

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

border-color css

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

 span { border-color: rgb(251,75,27); }

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