Html Css Color HEX #FB332A Red Orange

📋 copy color: '#FB332A'

red 251 ◦ green 51 ◦ blue 42

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

Shades of Red Orange #FB332A

Tints of Red Orange #FB332A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.21%

R = 72.97%
G = 14.83%
B = 12.21%

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

#FB332A (or 0xFB332A) is known color: Red Orange. HEX triplet: FB, 33 and 2A. RGB value is (251,51,42). Sum of RGB (Red+Green+Blue) = 251+51+42=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB332A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB332A is #04CCD5. Grayscale: #6E6E6E. Windows color (decimal): -314582 or 2765819. OLE color: 2765819.

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

Color convert

RGB 251 51 42 -
CMYK 0 0.80 0.83 0.02
HSL 2.58º 0.96% 0.57% -
HSV(B) 2.58º 0.83% 0.98% -
XYZ 41.39 23.04 4.46 -
YUV 109.77 89.76 228.73 -
System Red Green Blue C M Y K H S L
Decimal 251 51 42 0 0.80 0.83 0.02 2.58 0.96 0.57
Hex FB 33 2A 0 50 53 2 3 60 39
Octal 373 63 52 0 120 123 2 3 140 71
Binary 11111011 110011 101010 0 1010000 1010011 10 11 1100000 111001

Color Harmonies of #FB332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB332A

Black with #FB332A

Text Example


Text Example

White with #FB332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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