Html Css Color HEX #FB5322 Outrageous Orange

📋 copy color: '#FB5322'

red 251 ◦ green 83 ◦ blue 34

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

Shades of Outrageous Orange #FB5322

Tints of Outrageous Orange #FB5322

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.55%

 BLUE value IS 34 (13.67% from 255) = 9.24%

R = 68.21%
G = 22.55%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB5322 (or 0xFB5322) is known color: Outrageous Orange. HEX triplet: FB, 53 and 22. RGB value is (251,83,34). Sum of RGB (Red+Green+Blue) = 251+83+34=368 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.21% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 34 (13.67% from 255 or 9.24% from 368); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5322 is #04ACDD. Grayscale: #808080. Windows color (decimal): -306398 or 2249723. OLE color: 2249723.

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

Color convert

RGB 251 83 34 -
CMYK 0 0.67 0.86 0.02
HSL 13.55º 0.96% 0.56% -
HSV(B) 13.55º 0.86% 0.98% -
XYZ 43.17 26.81 4.41 -
YUV 127.65 75.16 215.98 -
System Red Green Blue C M Y K H S L
Decimal 251 83 34 0 0.67 0.86 0.02 13.55 0.96 0.56
Hex FB 53 22 0 43 56 2 E 60 38
Octal 373 123 42 0 103 126 2 16 140 70
Binary 11111011 1010011 100010 0 1000011 1010110 10 1110 1100000 111000

Color Harmonies of #FB5322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5322

Black with #FB5322

Text Example


Text Example

White with #FB5322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5322; }

 p { color: rgb(251,83,34); }

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

background-color css

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

 a { background-color: rgb(251,83,34); }

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

border-color css

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

 span { border-color: rgb(251,83,34); }

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