Html Css Color HEX #FB3232 Red Orange

📋 copy color: '#FB3232'

red 251 ◦ green 50 ◦ blue 50

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

Shades of Red Orange #FB3232

Tints of Red Orange #FB3232

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.25%

 BLUE value IS 50 (19.92% from 255) = 14.25%

R = 71.51%
G = 14.25%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB3232 (or 0xFB3232) is known color: Red Orange. HEX triplet: FB, 32 and 32. RGB value is (251,50,50). Sum of RGB (Red+Green+Blue) = 251+50+50=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3232 is #04CDCD. Grayscale: #6E6E6E. Windows color (decimal): -314830 or 3289851. OLE color: 3289851.

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

Color convert

RGB 251 50 50 -
CMYK 0 0.80 0.80 0.02
HSL 0.96% 0.59% -
HSV(B) 0.8% 0.98% -
XYZ 41.5 23.02 5.27 -
YUV 110.1 94.09 228.5 -
System Red Green Blue C M Y K H S L
Decimal 251 50 50 0 0.80 0.80 0.02 0 0.96 0.59
Hex FB 32 32 0 50 50 2 0 60 3B
Octal 373 62 62 0 120 120 2 0 140 73
Binary 11111011 110010 110010 0 1010000 1010000 10 0 1100000 111011

Color Harmonies of #FB3232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3232

Black with #FB3232

Text Example


Text Example

White with #FB3232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3232; }

 p { color: rgb(251,50,50); }

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

background-color css

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

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

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

border-color css

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

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

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