Html Css Color HEX #FB302B Red Orange

📋 copy color: '#FB302B'

red 251 ◦ green 48 ◦ blue 43

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

Shades of Red Orange #FB302B

Tints of Red Orange #FB302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.57%

R = 73.39%
G = 14.04%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB302B (or 0xFB302B) is known color: Red Orange. HEX triplet: FB, 30 and 2B. RGB value is (251,48,43). Sum of RGB (Red+Green+Blue) = 251+48+43=342 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.39% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 251 - color contains mainly: red. Hex color #FB302B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB302B is #04CFD4. Grayscale: #6C6C6C. Windows color (decimal): -315349 or 2830587. OLE color: 2830587.

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

Color convert

RGB 251 48 43 -
CMYK 0 0.81 0.83 0.02
HSL 1.44º 0.96% 0.58% -
HSV(B) 1.44º 0.83% 0.98% -
XYZ 41.28 22.8 4.51 -
YUV 108.13 91.25 229.91 -
System Red Green Blue C M Y K H S L
Decimal 251 48 43 0 0.81 0.83 0.02 1.44 0.96 0.58
Hex FB 30 2B 0 51 53 2 1 60 3A
Octal 373 60 53 0 121 123 2 1 140 72
Binary 11111011 110000 101011 0 1010001 1010011 10 1 1100000 111010

Color Harmonies of #FB302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB302B

Black with #FB302B

Text Example


Text Example

White with #FB302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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