Html Css Color HEX #FB3228 Red Orange

📋 copy color: '#FB3228'

red 251 ◦ green 50 ◦ blue 40

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

Shades of Red Orange #FB3228

Tints of Red Orange #FB3228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.73%

R = 73.61%
G = 14.66%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB3228 (or 0xFB3228) is known color: Red Orange. HEX triplet: FB, 32 and 28. RGB value is (251,50,40). Sum of RGB (Red+Green+Blue) = 251+50+40=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3228 is #04CDD7. Grayscale: #6D6D6D. Windows color (decimal): -314840 or 2634491. OLE color: 2634491.

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

Color convert

RGB 251 50 40 -
CMYK 0 0.80 0.84 0.02
HSL 2.84º 0.96% 0.57% -
HSV(B) 2.84º 0.84% 0.98% -
XYZ 41.31 22.94 4.26 -
YUV 108.96 89.09 229.31 -
System Red Green Blue C M Y K H S L
Decimal 251 50 40 0 0.80 0.84 0.02 2.84 0.96 0.57
Hex FB 32 28 0 50 54 2 3 60 39
Octal 373 62 50 0 120 124 2 3 140 71
Binary 11111011 110010 101000 0 1010000 1010100 10 11 1100000 111001

Color Harmonies of #FB3228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3228

Black with #FB3228

Text Example


Text Example

White with #FB3228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3228; }

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

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

background-color css

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

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

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

border-color css

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

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

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