Html Css Color HEX #FB332C Red Orange

📋 copy color: '#FB332C'

red 251 ◦ green 51 ◦ blue 44

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

Shades of Red Orange #FB332C

Tints of Red Orange #FB332C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.72%

R = 72.54%
G = 14.74%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB332C (or 0xFB332C) is known color: Red Orange. HEX triplet: FB, 33 and 2C. RGB value is (251,51,44). Sum of RGB (Red+Green+Blue) = 251+51+44=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB332C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB332C is #04CCD3. Grayscale: #6E6E6E. Windows color (decimal): -314580 or 2896891. OLE color: 2896891.

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

Color convert

RGB 251 51 44 -
CMYK 0 0.80 0.82 0.02
HSL 2.03º 0.96% 0.58% -
HSV(B) 2.03º 0.82% 0.98% -
XYZ 41.42 23.06 4.65 -
YUV 110 90.76 228.57 -
System Red Green Blue C M Y K H S L
Decimal 251 51 44 0 0.80 0.82 0.02 2.03 0.96 0.58
Hex FB 33 2C 0 50 52 2 2 60 3A
Octal 373 63 54 0 120 122 2 2 140 72
Binary 11111011 110011 101100 0 1010000 1010010 10 10 1100000 111010

Color Harmonies of #FB332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB332C

Black with #FB332C

Text Example


Text Example

White with #FB332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB332C; }

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

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

background-color css

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

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

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

border-color css

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

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

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