Html Css Color HEX #FB301B Red Orange

📋 copy color: '#FB301B'

red 251 ◦ green 48 ◦ blue 27

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

Shades of Red Orange #FB301B

Tints of Red Orange #FB301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.72%

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

R = 76.99%
G = 14.72%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB301B (or 0xFB301B) is known color: Red Orange. HEX triplet: FB, 30 and 1B. RGB value is (251,48,27). Sum of RGB (Red+Green+Blue) = 251+48+27=326 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.99% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 251 - color contains mainly: red. Hex color #FB301B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB301B is #04CFE4. Grayscale: #6A6A6A. Windows color (decimal): -315365 or 1782011. OLE color: 1782011.

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

Color convert

RGB 251 48 27 -
CMYK 0 0.81 0.89 0.02
HSL 5.63º 0.97% 0.55% -
HSV(B) 5.63º 0.89% 0.98% -
XYZ 41.04 22.7 3.26 -
YUV 106.3 83.25 231.21 -
System Red Green Blue C M Y K H S L
Decimal 251 48 27 0 0.81 0.89 0.02 5.63 0.97 0.55
Hex FB 30 1B 0 51 59 2 6 61 37
Octal 373 60 33 0 121 131 2 6 141 67
Binary 11111011 110000 11011 0 1010001 1011001 10 110 1100001 110111

Color Harmonies of #FB301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB301B

Black with #FB301B

Text Example


Text Example

White with #FB301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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