Html Css Color HEX #FB322C Red Orange

📋 copy color: '#FB322C'

red 251 ◦ green 50 ◦ blue 44

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

Shades of Red Orange #FB322C

Tints of Red Orange #FB322C

RGB

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

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

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

R = 72.75%
G = 14.49%
B = 12.75%

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

#FB322C (or 0xFB322C) is known color: Red Orange. HEX triplet: FB, 32 and 2C. RGB value is (251,50,44). Sum of RGB (Red+Green+Blue) = 251+50+44=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB322C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB322C is #04CDD3. Grayscale: #6D6D6D. Windows color (decimal): -314836 or 2896635. OLE color: 2896635.

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

Color convert

RGB 251 50 44 -
CMYK 0 0.80 0.82 0.02
HSL 1.74º 0.96% 0.58% -
HSV(B) 1.74º 0.82% 0.98% -
XYZ 41.38 22.97 4.64 -
YUV 109.42 91.09 228.99 -
System Red Green Blue C M Y K H S L
Decimal 251 50 44 0 0.80 0.82 0.02 1.74 0.96 0.58
Hex FB 32 2C 0 50 52 2 2 60 3A
Octal 373 62 54 0 120 122 2 2 140 72
Binary 11111011 110010 101100 0 1010000 1010010 10 10 1100000 111010

Color Harmonies of #FB322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB322C

Black with #FB322C

Text Example


Text Example

White with #FB322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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