Html Css Color HEX #FB301E Red Orange

📋 copy color: '#FB301E'

red 251 ◦ green 48 ◦ blue 30

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

Shades of Red Orange #FB301E

Tints of Red Orange #FB301E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.12%

R = 76.29%
G = 14.59%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB301E (or 0xFB301E) is known color: Red Orange. HEX triplet: FB, 30 and 1E. RGB value is (251,48,30). Sum of RGB (Red+Green+Blue) = 251+48+30=329 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.29% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 251 - color contains mainly: red. Hex color #FB301E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB301E is #04CFE1. Grayscale: #6A6A6A. Windows color (decimal): -315362 or 1978619. OLE color: 1978619.

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

Color convert

RGB 251 48 30 -
CMYK 0 0.81 0.88 0.02
HSL 4.89º 0.97% 0.55% -
HSV(B) 4.89º 0.88% 0.98% -
XYZ 41.07 22.72 3.45 -
YUV 106.65 84.75 230.96 -
System Red Green Blue C M Y K H S L
Decimal 251 48 30 0 0.81 0.88 0.02 4.89 0.97 0.55
Hex FB 30 1E 0 51 58 2 5 61 37
Octal 373 60 36 0 121 130 2 5 141 67
Binary 11111011 110000 11110 0 1010001 1011000 10 101 1100001 110111

Color Harmonies of #FB301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB301E

Black with #FB301E

Text Example


Text Example

White with #FB301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB301E; }

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

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

background-color css

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

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

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

border-color css

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

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

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