Html Css Color HEX #FB3324 Red Orange

📋 copy color: '#FB3324'

red 251 ◦ green 51 ◦ blue 36

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

Shades of Red Orange #FB3324

Tints of Red Orange #FB3324

RGB

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

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

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

R = 74.26%
G = 15.09%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB3324 (or 0xFB3324) is known color: Red Orange. HEX triplet: FB, 33 and 24. RGB value is (251,51,36). Sum of RGB (Red+Green+Blue) = 251+51+36=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3324 is #04CCDB. Grayscale: #6D6D6D. Windows color (decimal): -314588 or 2372603. OLE color: 2372603.

HSL color Cylindrical-coordinate representation of color #FB3324: hue angle of 4.19º 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 #FB3324 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 51 36 -
CMYK 0 0.80 0.86 0.02
HSL 4.19º 0.96% 0.56% -
HSV(B) 4.19º 0.86% 0.98% -
XYZ 41.29 23 3.93 -
YUV 109.09 86.76 229.22 -
System Red Green Blue C M Y K H S L
Decimal 251 51 36 0 0.80 0.86 0.02 4.19 0.96 0.56
Hex FB 33 24 0 50 56 2 4 60 38
Octal 373 63 44 0 120 126 2 4 140 70
Binary 11111011 110011 100100 0 1010000 1010110 10 100 1100000 111000

Color Harmonies of #FB3324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3324

Black with #FB3324

Text Example


Text Example

White with #FB3324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3324; }

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

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

background-color css

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

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

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

border-color css

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

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

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