Html Css Color HEX #FB2824 Red Orange

📋 copy color: '#FB2824'

red 251 ◦ green 40 ◦ blue 36

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

Shades of Red Orange #FB2824

Tints of Red Orange #FB2824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.23%

 BLUE value IS 36 (14.45% from 255) = 11.01%

R = 76.76%
G = 12.23%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB2824 (or 0xFB2824) is known color: Red Orange. HEX triplet: FB, 28 and 24. RGB value is (251,40,36). Sum of RGB (Red+Green+Blue) = 251+40+36=327 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.76% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2824 is #04D7DB. Grayscale: #666666. Windows color (decimal): -317404 or 2369787. OLE color: 2369787.

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

Color convert

RGB 251 40 36 -
CMYK 0 0.84 0.86 0.02
HSL 1.12º 0.96% 0.56% -
HSV(B) 1.12º 0.86% 0.98% -
XYZ 40.86 22.15 3.79 -
YUV 102.63 90.4 233.83 -
System Red Green Blue C M Y K H S L
Decimal 251 40 36 0 0.84 0.86 0.02 1.12 0.96 0.56
Hex FB 28 24 0 54 56 2 1 60 38
Octal 373 50 44 0 124 126 2 1 140 70
Binary 11111011 101000 100100 0 1010100 1010110 10 1 1100000 111000

Color Harmonies of #FB2824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2824

Black with #FB2824

Text Example


Text Example

White with #FB2824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2824; }

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

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

background-color css

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

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

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

border-color css

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

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

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