Html Css Color HEX #FB332B Red Orange

📋 copy color: '#FB332B'

red 251 ◦ green 51 ◦ blue 43

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

Shades of Red Orange #FB332B

Tints of Red Orange #FB332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.78%

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

R = 72.75%
G = 14.78%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB332B (or 0xFB332B) is known color: Red Orange. HEX triplet: FB, 33 and 2B. RGB value is (251,51,43). Sum of RGB (Red+Green+Blue) = 251+51+43=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB332B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB332B is #04CCD4. Grayscale: #6E6E6E. Windows color (decimal): -314581 or 2831355. OLE color: 2831355.

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

Color convert

RGB 251 51 43 -
CMYK 0 0.80 0.83 0.02
HSL 2.31º 0.96% 0.58% -
HSV(B) 2.31º 0.83% 0.98% -
XYZ 41.4 23.05 4.55 -
YUV 109.89 90.26 228.65 -
System Red Green Blue C M Y K H S L
Decimal 251 51 43 0 0.80 0.83 0.02 2.31 0.96 0.58
Hex FB 33 2B 0 50 53 2 2 60 3A
Octal 373 63 53 0 120 123 2 2 140 72
Binary 11111011 110011 101011 0 1010000 1010011 10 10 1100000 111010

Color Harmonies of #FB332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB332B

Black with #FB332B

Text Example


Text Example

White with #FB332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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